Html Css Color HEX #810718 Burgundy

📋 copy color: '#810718'

red 129 ◦ green 7 ◦ blue 24

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

Shades of Burgundy #810718

Tints of Burgundy #810718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15%

R = 80.63%
G = 4.38%
B = 15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810718 (or 0x810718) is known color: Burgundy. HEX triplet: 81, 07 and 18. RGB value is (129,7,24). Sum of RGB (Red+Green+Blue) = 129+7+24=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #810718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810718 is #7EF8E7. Grayscale: #2D2D2D. Windows color (decimal): -8321256 or 1574785. OLE color: 1574785.

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

Color convert

RGB 129 7 24 -
CMYK 0 0.95 0.81 0.49
HSL 351.64º 0.9% 0.27% -
HSV(B) 351.64º 0.95% 0.51% -
XYZ 9.29 4.89 1.32 -
YUV 45.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 129 7 24 0 0.95 0.81 0.49 351.64 0.9 0.27
Hex 81 7 18 0 5F 51 31 160 5A 1B
Octal 201 7 30 0 137 121 61 540 132 33
Binary 10000001 111 11000 0 1011111 1010001 110001 101100000 1011010 11011

Color Harmonies of #810718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810718

Black with #810718

Text Example


Text Example

White with #810718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810718; }

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

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

background-color css

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

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

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

border-color css

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

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

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