#85204E

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

Shades of Rose Bud Cherry #85204E

Tints of Rose Bud Cherry #85204E

Color information

#85204E (or 0x85204E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 4E. RGB value is (133,32,78). Sum of RGB (Red+Green+Blue) = 133+32+78=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85204E is #7ADFB1. Grayscale: #434343. Windows color (decimal): -8052658 or 5120133. OLE color: 5120133.

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

Color convert

RGB1333278-
CMYK00.760.410.48
HSL332.67º61.21%32.35%-
HSV(B)332.67º75.94%52.16%-
XYZ11.566.577.87-
YUV67.44133.96174.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=54.73%
G=13.17%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133327800.760.410.48332.6761.2132.35
Hex85204E04C293014d3d20
Octal20540116011451605157540
Binary10000101100000100111001001100101001110000101001101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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