Html Css Color HEX #811325 Burgundy

📋 copy color: '#811325'

red 129 ◦ green 19 ◦ blue 37

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

Shades of Burgundy #811325

Tints of Burgundy #811325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 37 (14.84% from 255) = 20%

R = 69.73%
G = 10.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#811325 (or 0x811325) is known color: Burgundy. HEX triplet: 81, 13 and 25. RGB value is (129,19,37). Sum of RGB (Red+Green+Blue) = 129+19+37=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #811325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811325 is #7EECDA. Grayscale: #353535. Windows color (decimal): -8318171 or 2429825. OLE color: 2429825.

HSL color Cylindrical-coordinate representation of color #811325: hue angle of 350.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811325 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 37 -
CMYK 0 0.85 0.71 0.49
HSL 350.18º 0.74% 0.29% -
HSV(B) 350.18º 0.85% 0.51% -
XYZ 9.62 5.27 2.26 -
YUV 53.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 129 19 37 0 0.85 0.71 0.49 350.18 0.74 0.29
Hex 81 13 25 0 55 47 31 15E 4A 1D
Octal 201 23 45 0 125 107 61 536 112 35
Binary 10000001 10011 100101 0 1010101 1000111 110001 101011110 1001010 11101

Color Harmonies of #811325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811325

Black with #811325

Text Example


Text Example

White with #811325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811325; }

 p { color: rgb(129,19,37); }

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

background-color css

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

 a { background-color: rgb(129,19,37); }

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

border-color css

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

 span { border-color: rgb(129,19,37); }

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