#85325A

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

Shades of Rose Bud Cherry #85325A

Tints of Rose Bud Cherry #85325A

Color information

#85325A (or 0x85325A) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 32 and 5A. RGB value is (133,50,90). Sum of RGB (Red+Green+Blue) = 133+50+90=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85325A is #7ACDA5. Grayscale: #4F4F4F. Windows color (decimal): -8048038 or 5911173. OLE color: 5911173.

HSL color Cylindrical-coordinate representation of color #85325A: hue angle of 331.08º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85325A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1335090-
CMYK00.620.320.48
HSL331.08º45.36%35.88%-
HSV(B)331.08º62.41%52.16%-
XYZ12.668.0110.55-
YUV79.38134166.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=48.72%
G=18.32%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133509000.620.320.48331.0845.3635.88
Hex85325A03E203014b2d24
Octal2056213207640605135544
Binary1000010111001010110100111110100000110000101001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85325A; }

 p { color: rgb(133,50,90); }

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

<style>
 a { background-color: #85325A; }

 a { background-color: rgb(133,50,90); }

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

<style>
 span { border-color: #85325A; }

 span { border-color: rgb(133,50,90); }

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