Html Css Color HEX #811118 Burgundy

📋 copy color: '#811118'

red 129 ◦ green 17 ◦ blue 24

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

Shades of Burgundy #811118

Tints of Burgundy #811118

RGB

 RED value IS 129 (50.78% from 255) = 75.88%

 GREEN value IS 17 (7.03% from 255) = 10%

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

R = 75.88%
G = 10%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811118 (or 0x811118) is known color: Burgundy. HEX triplet: 81, 11 and 18. RGB value is (129,17,24). Sum of RGB (Red+Green+Blue) = 129+17+24=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811118 is #7EEEE7. Grayscale: #333333. Windows color (decimal): -8318696 or 1577345. OLE color: 1577345.

HSL color Cylindrical-coordinate representation of color #811118: hue angle of 356.25º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811118 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 24 -
CMYK 0 0.87 0.81 0.49
HSL 356.25º 0.77% 0.29% -
HSV(B) 356.25º 0.87% 0.51% -
XYZ 9.42 5.13 1.36 -
YUV 51.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 129 17 24 0 0.87 0.81 0.49 356.25 0.77 0.29
Hex 81 11 18 0 57 51 31 164 4D 1D
Octal 201 21 30 0 127 121 61 544 115 35
Binary 10000001 10001 11000 0 1010111 1010001 110001 101100100 1001101 11101

Color Harmonies of #811118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811118

Black with #811118

Text Example


Text Example

White with #811118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811118; }

 p { color: rgb(129,17,24); }

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

background-color css

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

 a { background-color: rgb(129,17,24); }

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

border-color css

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

 span { border-color: rgb(129,17,24); }

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