Html Css Color HEX #810119 Burgundy

📋 copy color: '#810119'

red 129 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #810119

Tints of Burgundy #810119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 83.23%
G = 0.65%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810119 (or 0x810119) is known color: Burgundy. HEX triplet: 81, 01 and 19. RGB value is (129,1,25). Sum of RGB (Red+Green+Blue) = 129+1+25=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #810119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810119 is #7EFEE6. Grayscale: #2A2A2A. Windows color (decimal): -8322791 or 1638785. OLE color: 1638785.

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

Color convert

RGB 129 1 25 -
CMYK 0 0.99 0.81 0.49
HSL 348.75º 0.98% 0.25% -
HSV(B) 348.75º 0.99% 0.51% -
XYZ 9.24 4.76 1.35 -
YUV 42.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 129 1 25 0 0.99 0.81 0.49 348.75 0.98 0.25
Hex 81 1 19 0 63 51 31 15D 62 19
Octal 201 1 31 0 143 121 61 535 142 31
Binary 10000001 1 11001 0 1100011 1010001 110001 101011101 1100010 11001

Color Harmonies of #810119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810119

Black with #810119

Text Example


Text Example

White with #810119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810119; }

 p { color: rgb(129,1,25); }

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

background-color css

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

 a { background-color: rgb(129,1,25); }

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

border-color css

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

 span { border-color: rgb(129,1,25); }

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