#810930

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

Shades of Burgundy #810930

Tints of Burgundy #810930

Color information

#810930 (or 0x810930) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 30. RGB value is (129,9,48). Sum of RGB (Red+Green+Blue) = 129+9+48=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #810930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810930 is #7EF6CF. Grayscale: #313131. Windows color (decimal): -8320720 or 3148161. OLE color: 3148161.

HSL color Cylindrical-coordinate representation of color #810930: hue angle of 340.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810930 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB129948-
CMYK00.930.630.49
HSL340.5º86.96%27.06%-
HSV(B)340.5º93.02%50.59%-
XYZ9.685.083.27-
YUV49.33127.26184.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.35%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=69.35%
G=4.84%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12994800.930.630.49340.586.9627.06
Hex8193005D3F31154571b
Octal20111600135776152412733
Binary10000001100111000001011101111111110001101010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810930; }

 p { color: rgb(129,9,48); }

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

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

 a { background-color: rgb(129,9,48); }

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

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

 span { border-color: rgb(129,9,48); }

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