Html Css Color HEX #811019 Burgundy

📋 copy color: '#811019'

red 129 ◦ green 16 ◦ blue 25

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

Shades of Burgundy #811019

Tints of Burgundy #811019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 75.88%
G = 9.41%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811019 (or 0x811019) is known color: Burgundy. HEX triplet: 81, 10 and 19. RGB value is (129,16,25). Sum of RGB (Red+Green+Blue) = 129+16+25=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811019 is #7EEFE6. Grayscale: #323232. Windows color (decimal): -8318951 or 1642625. OLE color: 1642625.

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

Color convert

RGB 129 16 25 -
CMYK 0 0.88 0.81 0.49
HSL 355.22º 0.78% 0.28% -
HSV(B) 355.22º 0.88% 0.51% -
XYZ 9.41 5.11 1.41 -
YUV 50.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 129 16 25 0 0.88 0.81 0.49 355.22 0.78 0.28
Hex 81 10 19 0 58 51 31 163 4E 1C
Octal 201 20 31 0 130 121 61 543 116 34
Binary 10000001 10000 11001 0 1011000 1010001 110001 101100011 1001110 11100

Color Harmonies of #811019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811019

Black with #811019

Text Example


Text Example

White with #811019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811019; }

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

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

background-color css

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

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

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

border-color css

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

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

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