Html Css Color HEX #810415 Burgundy

📋 copy color: '#810415'

red 129 ◦ green 4 ◦ blue 21

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

Shades of Burgundy #810415

Tints of Burgundy #810415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 83.77%
G = 2.6%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810415 (or 0x810415) is known color: Burgundy. HEX triplet: 81, 04 and 15. RGB value is (129,4,21). Sum of RGB (Red+Green+Blue) = 129+4+21=154 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.77% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 129 - color contains mainly: red. Hex color #810415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810415 is #7EFBEA. Grayscale: #2B2B2B. Windows color (decimal): -8322027 or 1377409. OLE color: 1377409.

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

Color convert

RGB 129 4 21 -
CMYK 0 0.97 0.84 0.49
HSL 351.84º 0.94% 0.26% -
HSV(B) 351.84º 0.97% 0.51% -
XYZ 9.23 4.81 1.15 -
YUV 43.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 129 4 21 0 0.97 0.84 0.49 351.84 0.94 0.26
Hex 81 4 15 0 61 54 31 160 5E 1A
Octal 201 4 25 0 141 124 61 540 136 32
Binary 10000001 100 10101 0 1100001 1010100 110001 101100000 1011110 11010

Color Harmonies of #810415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810415

Black with #810415

Text Example


Text Example

White with #810415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810415; }

 p { color: rgb(129,4,21); }

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

background-color css

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

 a { background-color: rgb(129,4,21); }

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

border-color css

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

 span { border-color: rgb(129,4,21); }

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