#85051C

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

Shades of Burgundy #85051C

Tints of Burgundy #85051C

Color information

#85051C (or 0x85051C) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 1C. RGB value is (133,5,28). Sum of RGB (Red+Green+Blue) = 133+5+28=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #85051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85051C is #7AFAE3. Grayscale: #2D2D2D. Windows color (decimal): -8059620 or 1836421. OLE color: 1836421.

HSL color Cylindrical-coordinate representation of color #85051C: hue angle of 349.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85051C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB133528-
CMYK00.960.790.48
HSL349.22º92.75%27.06%-
HSV(B)349.22º96.24%52.16%-
XYZ9.945.181.57-
YUV45.89117.91190.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 80.12%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=80.12%
G=3.01%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13352800.960.790.48349.2292.7527.06
Hex8551C0604F3015d5d1b
Octal20553401401176053513533
Binary1000010110111100011000001001111110000101011101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85051C; }

 p { color: rgb(133,5,28); }

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

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

 a { background-color: rgb(133,5,28); }

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

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

 span { border-color: rgb(133,5,28); }

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