#842757

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

Shades of Rose Bud Cherry #842757

Tints of Rose Bud Cherry #842757

Color information

#842757 (or 0x842757) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 27 and 57. RGB value is (132,39,87). Sum of RGB (Red+Green+Blue) = 132+39+87=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #842757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842757 is #7BD8A8. Grayscale: #484848. Windows color (decimal): -8116393 or 5711748. OLE color: 5711748.

HSL color Cylindrical-coordinate representation of color #842757: hue angle of 329.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842757 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1323987-
CMYK00.700.340.48
HSL329.03º54.39%33.53%-
HSV(B)329.03º70.45%51.76%-
XYZ11.967.049.75-
YUV72.28136.31170.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=51.16%
G=15.12%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132398700.700.340.48329.0354.3933.53
Hex84275704622301493622
Octal20447127010642605116642
Binary10000100100111101011101000110100010110000101001001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842757; }

 p { color: rgb(132,39,87); }

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

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

 a { background-color: rgb(132,39,87); }

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

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

 span { border-color: rgb(132,39,87); }

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