Html Css Color HEX #810017 Burgundy

📋 copy color: '#810017'

red 129 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #810017

Tints of Burgundy #810017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.87%
G = 0%
B = 15.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#810017 (or 0x810017) is known color: Burgundy. HEX triplet: 81, 00 and 17. RGB value is (129,0,23). Sum of RGB (Red+Green+Blue) = 129+0+23=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810017 is #7EFFE8. Grayscale: #292929. Windows color (decimal): -8323049 or 1507457. OLE color: 1507457.

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

Color convert

RGB 129 0 23 -
CMYK 0 1 0.82 0.49
HSL 349.3º 1% 0.25% -
HSV(B) 349.3º 1% 0.51% -
XYZ 9.21 4.73 1.24 -
YUV 41.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 129 0 23 0 1 0.82 0.49 349.3 1 0.25
Hex 81 0 17 0 64 52 31 15D 64 19
Octal 201 0 27 0 144 122 61 535 144 31
Binary 10000001 0 10111 0 1100100 1010010 110001 101011101 1100100 11001

Color Harmonies of #810017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810017

Black with #810017

Text Example


Text Example

White with #810017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810017; }

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

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

background-color css

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

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

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

border-color css

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

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

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