Html Css Color HEX #810817 Burgundy

📋 copy color: '#810817'

red 129 ◦ green 8 ◦ blue 23

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

Shades of Burgundy #810817

Tints of Burgundy #810817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 80.63%
G = 5%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#810817 (or 0x810817) is known color: Burgundy. HEX triplet: 81, 08 and 17. RGB value is (129,8,23). Sum of RGB (Red+Green+Blue) = 129+8+23=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #810817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810817 is #7EF7E8. Grayscale: #2D2D2D. Windows color (decimal): -8321001 or 1509505. OLE color: 1509505.

HSL color Cylindrical-coordinate representation of color #810817: hue angle of 352.56º 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 #810817 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 8 23 -
CMYK 0 0.94 0.82 0.49
HSL 352.56º 0.88% 0.27% -
HSV(B) 352.56º 0.94% 0.51% -
XYZ 9.29 4.9 1.27 -
YUV 45.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 129 8 23 0 0.94 0.82 0.49 352.56 0.88 0.27
Hex 81 8 17 0 5E 52 31 161 58 1B
Octal 201 10 27 0 136 122 61 541 130 33
Binary 10000001 1000 10111 0 1011110 1010010 110001 101100001 1011000 11011

Color Harmonies of #810817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810817

Black with #810817

Text Example


Text Example

White with #810817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810817; }

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

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

background-color css

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

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

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

border-color css

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

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

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