Html Css Color HEX #7B082E Burgundy

📋 copy color: '#7B082E'

red 123 ◦ green 8 ◦ blue 46

#7B082E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #7B082E

Tints of Burgundy #7B082E

RGB

 RED value IS 123 (48.44% from 255) = 69.49%

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 69.49%
G = 4.52%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7B082E (or 0x7B082E) is known color: Burgundy. HEX triplet: 7B, 08 and 2E. RGB value is (123,8,46). Sum of RGB (Red+Green+Blue) = 123+8+46=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B082E is #84F7D1. Grayscale: #2E2E2E. Windows color (decimal): -8714194 or 3016827. OLE color: 3016827.

HSL color Cylindrical-coordinate representation of color #7B082E: hue angle of 340.17º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B082E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 8 46 -
CMYK 0 0.93 0.63 0.52
HSL 340.17º 0.88% 0.26% -
HSV(B) 340.17º 0.93% 0.48% -
XYZ 8.75 4.58 3.01 -
YUV 46.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 123 8 46 0 0.93 0.63 0.52 340.17 0.88 0.26
Hex 7B 8 2E 0 5D 3F 34 154 58 1A
Octal 173 10 56 0 135 77 64 524 130 32
Binary 1111011 1000 101110 0 1011101 111111 110100 101010100 1011000 11010

Color Harmonies of #7B082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B082E

Black with #7B082E

Text Example


Text Example

White with #7B082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B082E; }

 p { color: rgb(123,8,46); }

 H1.HeaderClassName
 {
   color: #7B082E;
 }
 .AnyTagClassName
 {
   color: #7B082E;
 }
</style>

background-color css

<style>
 a { background-color: #7B082E; }

 a { background-color: rgb(123,8,46); }

 div.DivClassName
 {
   background-color: #7B082E;
 }
 .BgClassName
 {
   background-color: #7B082E;
 }
</style>

border-color css

<style>
 span { border-color: #7B082E; }

 span { border-color: rgb(123,8,46); }

 td.TdClassName
 {
   border-color: #7B082E;
 }
 .TagClassName
 {
   border-color: #7B082E;
 }
</style>