#85205B

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

Shades of Rose Bud Cherry #85205B

Tints of Rose Bud Cherry #85205B

Color information

#85205B (or 0x85205B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 5B. RGB value is (133,32,91). Sum of RGB (Red+Green+Blue) = 133+32+91=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85205B is #7ADFA4. Grayscale: #444444. Windows color (decimal): -8052645 or 5972101. OLE color: 5972101.

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

Color convert

RGB1333291-
CMYK00.760.320.48
HSL324.95º61.21%32.35%-
HSV(B)324.95º75.94%52.16%-
XYZ12.086.7710.57-
YUV68.92140.46173.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=51.95%
G=12.5%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133329100.760.320.48324.9561.2132.35
Hex85205B04C20301453d20
Octal20540133011440605057540
Binary10000101100000101101101001100100000110000101000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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