Html Css Color HEX #811218 Burgundy

📋 copy color: '#811218'

red 129 ◦ green 18 ◦ blue 24

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

Shades of Burgundy #811218

Tints of Burgundy #811218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 75.44%
G = 10.53%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811218 (or 0x811218) is known color: Burgundy. HEX triplet: 81, 12 and 18. RGB value is (129,18,24). Sum of RGB (Red+Green+Blue) = 129+18+24=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #811218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811218 is #7EEDE7. Grayscale: #333333. Windows color (decimal): -8318440 or 1577601. OLE color: 1577601.

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

Color convert

RGB 129 18 24 -
CMYK 0 0.86 0.81 0.49
HSL 356.76º 0.76% 0.29% -
HSV(B) 356.76º 0.86% 0.51% -
XYZ 9.43 5.17 1.36 -
YUV 51.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 129 18 24 0 0.86 0.81 0.49 356.76 0.76 0.29
Hex 81 12 18 0 56 51 31 165 4C 1D
Octal 201 22 30 0 126 121 61 545 114 35
Binary 10000001 10010 11000 0 1010110 1010001 110001 101100101 1001100 11101

Color Harmonies of #811218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811218

Black with #811218

Text Example


Text Example

White with #811218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811218; }

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

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

background-color css

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

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

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

border-color css

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

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

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