Html Css Color HEX #810B17 Burgundy

📋 copy color: '#810B17'

red 129 ◦ green 11 ◦ blue 23

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

Shades of Burgundy #810B17

Tints of Burgundy #810B17

RGB

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

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

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

R = 79.14%
G = 6.75%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#810B17 (or 0x810B17) is known color: Burgundy. HEX triplet: 81, 0B and 17. RGB value is (129,11,23). Sum of RGB (Red+Green+Blue) = 129+11+23=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #810B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B17 is #7EF4E8. Grayscale: #2F2F2F. Windows color (decimal): -8320233 or 1510273. OLE color: 1510273.

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

Color convert

RGB 129 11 23 -
CMYK 0 0.91 0.82 0.49
HSL 353.9º 0.84% 0.27% -
HSV(B) 353.9º 0.91% 0.51% -
XYZ 9.33 4.97 1.28 -
YUV 47.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 129 11 23 0 0.91 0.82 0.49 353.9 0.84 0.27
Hex 81 B 17 0 5B 52 31 162 54 1B
Octal 201 13 27 0 133 122 61 542 124 33
Binary 10000001 1011 10111 0 1011011 1010010 110001 101100010 1010100 11011

Color Harmonies of #810B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B17

Black with #810B17

Text Example


Text Example

White with #810B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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