#851325

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

Shades of Burgundy #851325

Tints of Burgundy #851325

Color information

#851325 (or 0x851325) is unknown color: approx Burgundy. HEX triplet: 85, 13 and 25. RGB value is (133,19,37). Sum of RGB (Red+Green+Blue) = 133+19+37=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851325 is #7AECDA. Grayscale: #373737. Windows color (decimal): -8056027 or 2429829. OLE color: 2429829.

HSL color Cylindrical-coordinate representation of color #851325: hue angle of 350.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851325 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1331937-
CMYK00.860.720.48
HSL350.53º75%29.8%-
HSV(B)350.53º85.71%52.16%-
XYZ10.245.592.29-
YUV55.14117.77183.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=70.37%
G=10.05%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133193700.860.720.48350.537529.8
Hex851325056483015f4b1e
Octal205234501261106053711336
Binary1000010110011100101010101101001000110000101011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851325; }

 p { color: rgb(133,19,37); }

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

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

 a { background-color: rgb(133,19,37); }

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

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

 span { border-color: rgb(133,19,37); }

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