#852553

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

Shades of Rose Bud Cherry #852553

Tints of Rose Bud Cherry #852553

Color information

#852553 (or 0x852553) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 25 and 53. RGB value is (133,37,83). Sum of RGB (Red+Green+Blue) = 133+37+83=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852553 is #7ADAAC. Grayscale: #464646. Windows color (decimal): -8051373 or 5449093. OLE color: 5449093.

HSL color Cylindrical-coordinate representation of color #852553: hue angle of 331.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852553 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1333783-
CMYK00.720.380.48
HSL331.25º56.47%33.33%-
HSV(B)331.25º72.18%52.16%-
XYZ11.96.938.9-
YUV70.95134.8172.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=52.57%
G=14.62%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133378300.720.380.48331.2556.4733.33
Hex852553048263014b3821
Octal20545123011046605137041
Binary10000101100101101001101001000100110110000101001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852553; }

 p { color: rgb(133,37,83); }

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

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

 a { background-color: rgb(133,37,83); }

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

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

 span { border-color: rgb(133,37,83); }

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