Html Css Color HEX #810117 Burgundy

📋 copy color: '#810117'

red 129 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #810117

Tints of Burgundy #810117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 84.31%
G = 0.65%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#810117 (or 0x810117) is known color: Burgundy. HEX triplet: 81, 01 and 17. RGB value is (129,1,23). Sum of RGB (Red+Green+Blue) = 129+1+23=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #810117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810117 is #7EFEE8. Grayscale: #292929. Windows color (decimal): -8322793 or 1507713. OLE color: 1507713.

HSL color Cylindrical-coordinate representation of color #810117: hue angle of 349.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810117 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 23 -
CMYK 0 0.99 0.82 0.49
HSL 349.69º 0.98% 0.25% -
HSV(B) 349.69º 0.99% 0.51% -
XYZ 9.22 4.75 1.24 -
YUV 41.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 129 1 23 0 0.99 0.82 0.49 349.69 0.98 0.25
Hex 81 1 17 0 63 52 31 15E 62 19
Octal 201 1 27 0 143 122 61 536 142 31
Binary 10000001 1 10111 0 1100011 1010010 110001 101011110 1100010 11001

Color Harmonies of #810117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810117

Black with #810117

Text Example


Text Example

White with #810117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810117; }

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

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

background-color css

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

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

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

border-color css

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

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

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