#810925

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

Shades of Burgundy #810925

Tints of Burgundy #810925

Color information

#810925 (or 0x810925) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 25. RGB value is (129,9,37). Sum of RGB (Red+Green+Blue) = 129+9+37=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810925 is #7EF6DA. Grayscale: #303030. Windows color (decimal): -8320731 or 2427265. OLE color: 2427265.

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

Color convert

RGB129937-
CMYK00.930.710.49
HSL346º86.96%27.06%-
HSV(B)346º93.02%50.59%-
XYZ9.4852.21-
YUV48.07121.76185.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=73.71%
G=5.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12993700.930.710.4934686.9627.06
Hex8192505D473115a571b
Octal201114501351076153212733
Binary100000011001100101010111011000111110001101011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810925; }

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

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

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

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

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

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

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

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