#842760

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

Shades of Rose Bud Cherry #842760

Tints of Rose Bud Cherry #842760

Color information

#842760 (or 0x842760) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 27 and 60. RGB value is (132,39,96). Sum of RGB (Red+Green+Blue) = 132+39+96=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #842760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842760 is #7BD89F. Grayscale: #494949. Windows color (decimal): -8116384 or 6301572. OLE color: 6301572.

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

Color convert

RGB1323996-
CMYK00.700.270.48
HSL323.23º54.39%33.53%-
HSV(B)323.23º70.45%51.76%-
XYZ12.357.211.81-
YUV73.3140.81169.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=49.44%
G=14.61%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132399600.700.270.48323.2354.3933.53
Hex8427600461B301433622
Octal20447140010633605036642
Binary1000010010011111000000100011011011110000101000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842760; }

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

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

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

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

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

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

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

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