Html Css Color HEX #7E0B18 Burgundy

📋 copy color: '#7E0B18'

red 126 ◦ green 11 ◦ blue 24

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

Shades of Burgundy #7E0B18

Tints of Burgundy #7E0B18

RGB

 RED value IS 126 (49.61% from 255) = 78.26%

 GREEN value IS 11 (4.69% from 255) = 6.83%

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 78.26%
G = 6.83%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7E0B18 (or 0x7E0B18) is known color: Burgundy. HEX triplet: 7E, 0B and 18. RGB value is (126,11,24). Sum of RGB (Red+Green+Blue) = 126+11+24=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0B18 is #81F4E7. Grayscale: #2E2E2E. Windows color (decimal): -8516840 or 1575806. OLE color: 1575806.

HSL color Cylindrical-coordinate representation of color #7E0B18: hue angle of 353.22º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B18 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 11 24 -
CMYK 0 0.91 0.81 0.51
HSL 353.22º 0.84% 0.27% -
HSV(B) 353.22º 0.91% 0.49% -
XYZ 8.89 4.74 1.31 -
YUV 46.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 126 11 24 0 0.91 0.81 0.51 353.22 0.84 0.27
Hex 7E B 18 0 5B 51 33 161 54 1B
Octal 176 13 30 0 133 121 63 541 124 33
Binary 1111110 1011 11000 0 1011011 1010001 110011 101100001 1010100 11011

Color Harmonies of #7E0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B18

Black with #7E0B18

Text Example


Text Example

White with #7E0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,11,24); }

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

background-color css

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

 a { background-color: rgb(126,11,24); }

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

border-color css

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

 span { border-color: rgb(126,11,24); }

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