#85205E

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

Shades of Rose Bud Cherry #85205E

Tints of Rose Bud Cherry #85205E

Color information

#85205E (or 0x85205E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 5E. RGB value is (133,32,94). Sum of RGB (Red+Green+Blue) = 133+32+94=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85205E is #7ADFA1. Grayscale: #454545. Windows color (decimal): -8052642 or 6168709. OLE color: 6168709.

HSL color Cylindrical-coordinate representation of color #85205E: hue angle of 323.17º 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 #85205E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1333294-
CMYK00.760.290.48
HSL323.17º61.21%32.35%-
HSV(B)323.17º75.94%52.16%-
XYZ12.216.8311.26-
YUV69.27141.96173.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 32 (12.89% from 255) = 12.36%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=51.35%
G=12.36%
B=36.29%

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
Decimal133329400.760.290.48323.1761.2132.35
Hex85205E04C1D301433d20
Octal20540136011435605037540
Binary1000010110000010111100100110011101110000101000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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