#810325

Color #810325 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #810325

Tints of Burgundy #810325

Color information

#810325 (or 0x810325) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 25. RGB value is (129,3,37). Sum of RGB (Red+Green+Blue) = 129+3+37=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #810325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810325 is #7EFCDA. Grayscale: #2C2C2C. Windows color (decimal): -8322267 or 2425729. OLE color: 2425729.

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

Color convert

RGB129337-
CMYK00.980.710.49
HSL343.81º95.45%25.88%-
HSV(B)343.81º97.67%50.59%-
XYZ9.424.872.19-
YUV44.55123.74188.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=76.33%
G=1.78%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12933700.980.710.49343.8195.4525.88
Hex8132506247311585f1a
Octal20134501421076153013732
Binary1000000111100101011000101000111110001101011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810325; }

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

 H1.HeaderClassName
 {
   color: #810325;
 }
 .AnyTagClassName
 {
   color: #810325;
 }
</style>
background-color css

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

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

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

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

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

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