#853563

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

Shades of Rose Bud Cherry #853563

Tints of Rose Bud Cherry #853563

Color information

#853563 (or 0x853563) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 35 and 63. RGB value is (133,53,99). Sum of RGB (Red+Green+Blue) = 133+53+99=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853563 is #7ACA9C. Grayscale: #525252. Windows color (decimal): -8047261 or 6501765. OLE color: 6501765.

HSL color Cylindrical-coordinate representation of color #853563: hue angle of 325.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853563 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1335399-
CMYK00.600.260.48
HSL325.5º43.01%36.47%-
HSV(B)325.5º60.15%52.16%-
XYZ13.28.4312.74-
YUV82.16137.5164.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=46.67%
G=18.60%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133539900.600.260.48325.543.0136.47
Hex85356303C1A301462b24
Octal2056514307432605065344
Binary100001011101011100011011110011010110000101000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853563; }

 p { color: rgb(133,53,99); }

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

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

 a { background-color: rgb(133,53,99); }

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

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

 span { border-color: rgb(133,53,99); }

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