Html Css Color HEX #810B18 Burgundy

📋 copy color: '#810B18'

red 129 ◦ green 11 ◦ blue 24

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

Shades of Burgundy #810B18

Tints of Burgundy #810B18

RGB

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

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

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

R = 78.66%
G = 6.71%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810B18 (or 0x810B18) is known color: Burgundy. HEX triplet: 81, 0B and 18. RGB value is (129,11,24). Sum of RGB (Red+Green+Blue) = 129+11+24=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #810B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B18 is #7EF4E7. Grayscale: #2F2F2F. Windows color (decimal): -8320232 or 1575809. OLE color: 1575809.

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

Color convert

RGB 129 11 24 -
CMYK 0 0.91 0.81 0.49
HSL 353.39º 0.84% 0.27% -
HSV(B) 353.39º 0.91% 0.51% -
XYZ 9.34 4.97 1.33 -
YUV 47.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 129 11 24 0 0.91 0.81 0.49 353.39 0.84 0.27
Hex 81 B 18 0 5B 51 31 161 54 1B
Octal 201 13 30 0 133 121 61 541 124 33
Binary 10000001 1011 11000 0 1011011 1010001 110001 101100001 1010100 11011

Color Harmonies of #810B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B18

Black with #810B18

Text Example


Text Example

White with #810B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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