Html Css Color HEX #810717 Burgundy

📋 copy color: '#810717'

red 129 ◦ green 7 ◦ blue 23

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

Shades of Burgundy #810717

Tints of Burgundy #810717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 81.13%
G = 4.4%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#810717 (or 0x810717) is known color: Burgundy. HEX triplet: 81, 07 and 17. RGB value is (129,7,23). Sum of RGB (Red+Green+Blue) = 129+7+23=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #810717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810717 is #7EF8E8. Grayscale: #2D2D2D. Windows color (decimal): -8321257 or 1509249. OLE color: 1509249.

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

Color convert

RGB 129 7 23 -
CMYK 0 0.95 0.82 0.49
HSL 352.13º 0.9% 0.27% -
HSV(B) 352.13º 0.95% 0.51% -
XYZ 9.28 4.88 1.26 -
YUV 45.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 129 7 23 0 0.95 0.82 0.49 352.13 0.9 0.27
Hex 81 7 17 0 5F 52 31 160 5A 1B
Octal 201 7 27 0 137 122 61 540 132 33
Binary 10000001 111 10111 0 1011111 1010010 110001 101100000 1011010 11011

Color Harmonies of #810717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810717

Black with #810717

Text Example


Text Example

White with #810717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810717; }

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

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

background-color css

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

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

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

border-color css

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

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

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