#85062C

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

Shades of Burgundy #85062C

Tints of Burgundy #85062C

Color information

#85062C (or 0x85062C) is unknown color: approx Burgundy. HEX triplet: 85, 06 and 2C. RGB value is (133,6,44). Sum of RGB (Red+Green+Blue) = 133+6+44=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85062C is #7AF9D3. Grayscale: #303030. Windows color (decimal): -8059348 or 2885253. OLE color: 2885253.

HSL color Cylindrical-coordinate representation of color #85062C: hue angle of 342.05º degrees, saturation: 0.91, 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 #85062C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB133644-
CMYK00.950.670.48
HSL342.05º91.37%27.25%-
HSV(B)342.05º95.49%52.16%-
XYZ10.195.32.87-
YUV48.3125.58188.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=72.68%
G=3.28%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13364400.950.670.48342.0591.3727.25
Hex8562C05F43301565b1b
Octal20565401371036052613333
Binary10000101110101100010111111000011110000101010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,6,44); }

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

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

 a { background-color: rgb(133,6,44); }

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

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

 span { border-color: rgb(133,6,44); }

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