#810125

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

Shades of Burgundy #810125

Tints of Burgundy #810125

Color information

#810125 (or 0x810125) is unknown color: approx Burgundy. HEX triplet: 81, 01 and 25. RGB value is (129,1,37). Sum of RGB (Red+Green+Blue) = 129+1+37=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #810125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810125 is #7EFEDA. Grayscale: #2B2B2B. Windows color (decimal): -8322779 or 2425217. OLE color: 2425217.

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

Color convert

RGB129137-
CMYK00.990.710.49
HSL343.12º98.46%25.49%-
HSV(B)343.12º99.22%50.59%-
XYZ9.44.822.19-
YUV43.38124.41189.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.25%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=77.25%
G=0.60%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12913700.990.710.49343.1298.4625.49
Hex8112506347311576219
Octal20114501431076152714231
Binary100000011100101011000111000111110001101010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810125; }

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

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

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

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

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

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

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

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