#85205F

Color #85205F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #85205F

Tints of Rose Bud Cherry #85205F

Color information

#85205F (or 0x85205F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 5F. RGB value is (133,32,95). Sum of RGB (Red+Green+Blue) = 133+32+95=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85205F is #7ADFA0. Grayscale: #454545. Windows color (decimal): -8052641 or 6234245. OLE color: 6234245.

HSL color Cylindrical-coordinate representation of color #85205F: hue angle of 322.57º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85205F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1333295-
CMYK00.760.290.48
HSL322.57º61.21%32.35%-
HSV(B)322.57º75.94%52.16%-
XYZ12.256.8511.5-
YUV69.38142.46173.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=51.15%
G=12.31%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133329500.760.290.48322.5761.2132.35
Hex85205F04C1D301433d20
Octal20540137011435605037540
Binary1000010110000010111110100110011101110000101000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85205F; }

 p { color: rgb(133,32,95); }

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

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

 a { background-color: rgb(133,32,95); }

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

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

 span { border-color: rgb(133,32,95); }

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