#810038

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

Shades of Burgundy #810038

Tints of Burgundy #810038

Color information

#810038 (or 0x810038) is unknown color: approx Burgundy. HEX triplet: 81, 00 and 38. RGB value is (129,0,56). Sum of RGB (Red+Green+Blue) = 129+0+56=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810038 is #7EFFC7. Grayscale: #2C2C2C. Windows color (decimal): -8323016 or 3670145. OLE color: 3670145.

HSL color Cylindrical-coordinate representation of color #810038: hue angle of 333.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810038 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB129056-
CMYK010.570.49
HSL333.95º100%25.29%-
HSV(B)333.95º100%50.59%-
XYZ9.774.954.18-
YUV44.96134.24187.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=69.73%
G=0%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129056010.570.49333.9510025.29
Hex81038064393114e6419
Octal2010700144716151614431
Binary10000001011100001100100111001110001101001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810038; }

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

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

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

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

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

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

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

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