Html Css Color HEX #810512 Burgundy

📋 copy color: '#810512'

red 129 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #810512

Tints of Burgundy #810512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 84.87%
G = 3.29%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#810512 (or 0x810512) is known color: Burgundy. HEX triplet: 81, 05 and 12. RGB value is (129,5,18). Sum of RGB (Red+Green+Blue) = 129+5+18=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810512 is #7EFAED. Grayscale: #2B2B2B. Windows color (decimal): -8321774 or 1181057. OLE color: 1181057.

HSL color Cylindrical-coordinate representation of color #810512: hue angle of 353.71º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810512 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 5 18 -
CMYK 0 0.96 0.86 0.49
HSL 353.71º 0.93% 0.26% -
HSV(B) 353.71º 0.96% 0.51% -
XYZ 9.22 4.82 1.02 -
YUV 43.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 129 5 18 0 0.96 0.86 0.49 353.71 0.93 0.26
Hex 81 5 12 0 60 56 31 162 5D 1A
Octal 201 5 22 0 140 126 61 542 135 32
Binary 10000001 101 10010 0 1100000 1010110 110001 101100010 1011101 11010

Color Harmonies of #810512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810512

Black with #810512

Text Example


Text Example

White with #810512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810512; }

 p { color: rgb(129,5,18); }

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

background-color css

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

 a { background-color: rgb(129,5,18); }

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

border-color css

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

 span { border-color: rgb(129,5,18); }

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