#85071C

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

Shades of Burgundy #85071C

Tints of Burgundy #85071C

Color information

#85071C (or 0x85071C) is unknown color: approx Burgundy. HEX triplet: 85, 07 and 1C. RGB value is (133,7,28). Sum of RGB (Red+Green+Blue) = 133+7+28=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85071C is #7AF8E3. Grayscale: #2F2F2F. Windows color (decimal): -8059108 or 1836933. OLE color: 1836933.

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

Color convert

RGB133728-
CMYK00.950.790.48
HSL350º90%27.45%-
HSV(B)350º94.74%52.16%-
XYZ9.965.221.58-
YUV47.07117.24189.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=79.17%
G=4.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13372800.950.790.483509027.45
Hex8571C05F4F3015e5a1b
Octal20573401371176053613233
Binary1000010111111100010111111001111110000101011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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