#810236

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

Shades of Burgundy #810236

Tints of Burgundy #810236

Color information

#810236 (or 0x810236) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 36. RGB value is (129,2,54). Sum of RGB (Red+Green+Blue) = 129+2+54=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810236 is #7EFDC9. Grayscale: #2D2D2D. Windows color (decimal): -8322506 or 3539585. OLE color: 3539585.

HSL color Cylindrical-coordinate representation of color #810236: hue angle of 335.43º degrees, saturation: 0.97, 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 #810236 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB129254-
CMYK00.980.580.49
HSL335.43º96.95%25.69%-
HSV(B)335.43º98.45%50.59%-
XYZ9.744.983.94-
YUV45.9132.58187.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 54 (21.48% from 255) = 29.19%
R=69.73%
G=1.08%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12925400.980.580.49335.4396.9525.69
Hex812360623A3114f611a
Octal2012660142726151714132
Binary100000011011011001100010111010110001101001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810236; }

 p { color: rgb(129,2,54); }

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

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

 a { background-color: rgb(129,2,54); }

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

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

 span { border-color: rgb(129,2,54); }

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