#842560

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

Shades of Rose Bud Cherry #842560

Tints of Rose Bud Cherry #842560

Color information

#842560 (or 0x842560) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 25 and 60. RGB value is (132,37,96). Sum of RGB (Red+Green+Blue) = 132+37+96=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #842560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842560 is #7BDA9F. Grayscale: #474747. Windows color (decimal): -8116896 or 6301060. OLE color: 6301060.

HSL color Cylindrical-coordinate representation of color #842560: hue angle of 322.74º 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 #842560 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1323796-
CMYK00.720.270.48
HSL322.74º56.21%33.14%-
HSV(B)322.74º71.97%51.76%-
XYZ12.297.0711.78-
YUV72.13141.47170.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=49.81%
G=13.96%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132379600.720.270.48322.7456.2133.14
Hex8425600481B301433821
Octal20445140011033605037041
Binary1000010010010111000000100100011011110000101000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842560; }

 p { color: rgb(132,37,96); }

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

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

 a { background-color: rgb(132,37,96); }

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

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

 span { border-color: rgb(132,37,96); }

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