#810C28

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

Shades of Burgundy #810C28

Tints of Burgundy #810C28

Color information

#810C28 (or 0x810C28) is unknown color: approx Burgundy. HEX triplet: 81, 0C and 28. RGB value is (129,12,40). Sum of RGB (Red+Green+Blue) = 129+12+40=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #810C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C28 is #7EF3D7. Grayscale: #323232. Windows color (decimal): -8319960 or 2624641. OLE color: 2624641.

HSL color Cylindrical-coordinate representation of color #810C28: hue angle of 345.64º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C28 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1291240-
CMYK00.910.690.49
HSL345.64º82.98%27.65%-
HSV(B)345.64º90.7%50.59%-
XYZ9.575.082.48-
YUV50.18122.26184.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=71.27%
G=6.63%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129124000.910.690.49345.6482.9827.65
Hex81C2805B453115a531c
Octal201145001331056153212334
Binary100000011100101000010110111000101110001101011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,12,40); }

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

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

 a { background-color: rgb(129,12,40); }

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

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

 span { border-color: rgb(129,12,40); }

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