Html Css Color HEX #810312 Burgundy

📋 copy color: '#810312'

red 129 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #810312

Tints of Burgundy #810312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 86%
G = 2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#810312 (or 0x810312) is known color: Burgundy. HEX triplet: 81, 03 and 12. RGB value is (129,3,18). Sum of RGB (Red+Green+Blue) = 129+3+18=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #810312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810312 is #7EFCED. Grayscale: #2A2A2A. Windows color (decimal): -8322286 or 1180545. OLE color: 1180545.

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

Color convert

RGB 129 3 18 -
CMYK 0 0.98 0.86 0.49
HSL 352.86º 0.95% 0.26% -
HSV(B) 352.86º 0.98% 0.51% -
XYZ 9.2 4.78 1.01 -
YUV 42.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 129 3 18 0 0.98 0.86 0.49 352.86 0.95 0.26
Hex 81 3 12 0 62 56 31 161 5F 1A
Octal 201 3 22 0 142 126 61 541 137 32
Binary 10000001 11 10010 0 1100010 1010110 110001 101100001 1011111 11010

Color Harmonies of #810312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810312

Black with #810312

Text Example


Text Example

White with #810312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810312; }

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

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

background-color css

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

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

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

border-color css

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

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

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