Html Css Color HEX #810614 Burgundy

📋 copy color: '#810614'

red 129 ◦ green 6 ◦ blue 20

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

Shades of Burgundy #810614

Tints of Burgundy #810614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 83.23%
G = 3.87%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810614 (or 0x810614) is known color: Burgundy. HEX triplet: 81, 06 and 14. RGB value is (129,6,20). Sum of RGB (Red+Green+Blue) = 129+6+20=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #810614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810614 is #7EF9EB. Grayscale: #2C2C2C. Windows color (decimal): -8321516 or 1312385. OLE color: 1312385.

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

Color convert

RGB 129 6 20 -
CMYK 0 0.95 0.84 0.49
HSL 353.17º 0.91% 0.26% -
HSV(B) 353.17º 0.95% 0.51% -
XYZ 9.24 4.85 1.11 -
YUV 44.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 129 6 20 0 0.95 0.84 0.49 353.17 0.91 0.26
Hex 81 6 14 0 5F 54 31 161 5B 1A
Octal 201 6 24 0 137 124 61 541 133 32
Binary 10000001 110 10100 0 1011111 1010100 110001 101100001 1011011 11010

Color Harmonies of #810614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810614

Black with #810614

Text Example


Text Example

White with #810614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810614; }

 p { color: rgb(129,6,20); }

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

background-color css

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

 a { background-color: rgb(129,6,20); }

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

border-color css

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

 span { border-color: rgb(129,6,20); }

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