#85023C

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

Shades of Burgundy #85023C

Tints of Burgundy #85023C

Color information

#85023C (or 0x85023C) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 3C. RGB value is (133,2,60). Sum of RGB (Red+Green+Blue) = 133+2+60=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023C is #7AFDC3. Grayscale: #2F2F2F. Windows color (decimal): -8060356 or 3932805. OLE color: 3932805.

HSL color Cylindrical-coordinate representation of color #85023C: hue angle of 333.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85023C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB133260-
CMYK00.980.550.48
HSL333.44º97.04%26.47%-
HSV(B)333.44º98.5%52.16%-
XYZ10.515.364.75-
YUV47.78134.9188.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=68.21%
G=1.03%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13326000.980.550.48333.4497.0426.47
Hex8523C062373014d611a
Octal2052740142676051514132
Binary100001011011110001100010110111110000101001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,2,60); }

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

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

 a { background-color: rgb(133,2,60); }

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

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

 span { border-color: rgb(133,2,60); }

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