#810238

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

Shades of Burgundy #810238

Tints of Burgundy #810238

Color information

#810238 (or 0x810238) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 38. RGB value is (129,2,56). Sum of RGB (Red+Green+Blue) = 129+2+56=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #810238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810238 is #7EFDC7. Grayscale: #2E2E2E. Windows color (decimal): -8322504 or 3670657. OLE color: 3670657.

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

Color convert

RGB129256-
CMYK00.980.570.49
HSL334.49º96.95%25.69%-
HSV(B)334.49º98.45%50.59%-
XYZ9.7954.19-
YUV46.13133.58187.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=68.98%
G=1.07%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12925600.980.570.49334.4996.9525.69
Hex81238062393114e611a
Octal2012700142716151614132
Binary100000011011100001100010111001110001101001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810238; }

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

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

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

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

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

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

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

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