#810F33

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

Shades of Burgundy #810F33

Tints of Burgundy #810F33

Color information

#810F33 (or 0x810F33) is unknown color: approx Burgundy. HEX triplet: 81, 0F and 33. RGB value is (129,15,51). Sum of RGB (Red+Green+Blue) = 129+15+51=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #810F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F33 is #7EF0CC. Grayscale: #353535. Windows color (decimal): -8319181 or 3346305. OLE color: 3346305.

HSL color Cylindrical-coordinate representation of color #810F33: hue angle of 341.05º degrees, saturation: 0.79, 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 #810F33 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1291551-
CMYK00.880.600.49
HSL341.05º79.17%28.24%-
HSV(B)341.05º88.37%50.59%-
XYZ9.825.253.63-
YUV53.19126.77182.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.15%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=66.15%
G=7.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129155100.880.600.49341.0579.1728.24
Hex81F330583C311554f1c
Octal20117630130746152511734
Binary10000001111111001101011000111100110001101010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810F33; }

 p { color: rgb(129,15,51); }

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

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

 a { background-color: rgb(129,15,51); }

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

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

 span { border-color: rgb(129,15,51); }

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