Html Css Color HEX #810818 Burgundy

📋 copy color: '#810818'

red 129 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #810818

Tints of Burgundy #810818

RGB

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

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

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

R = 80.12%
G = 4.97%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810818 (or 0x810818) is known color: Burgundy. HEX triplet: 81, 08 and 18. RGB value is (129,8,24). Sum of RGB (Red+Green+Blue) = 129+8+24=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #810818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810818 is #7EF7E7. Grayscale: #2E2E2E. Windows color (decimal): -8321000 or 1575041. OLE color: 1575041.

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

Color convert

RGB 129 8 24 -
CMYK 0 0.94 0.81 0.49
HSL 352.07º 0.88% 0.27% -
HSV(B) 352.07º 0.94% 0.51% -
XYZ 9.3 4.91 1.32 -
YUV 46 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 129 8 24 0 0.94 0.81 0.49 352.07 0.88 0.27
Hex 81 8 18 0 5E 51 31 160 58 1B
Octal 201 10 30 0 136 121 61 540 130 33
Binary 10000001 1000 11000 0 1011110 1010001 110001 101100000 1011000 11011

Color Harmonies of #810818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810818

Black with #810818

Text Example


Text Example

White with #810818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810818; }

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

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

background-color css

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

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

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

border-color css

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

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

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