#842060

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

Shades of Rose Bud Cherry #842060

Tints of Rose Bud Cherry #842060

Color information

#842060 (or 0x842060) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 20 and 60. RGB value is (132,32,96). Sum of RGB (Red+Green+Blue) = 132+32+96=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #842060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842060 is #7BDF9F. Grayscale: #454545. Windows color (decimal): -8118176 or 6299780. OLE color: 6299780.

HSL color Cylindrical-coordinate representation of color #842060: hue angle of 321.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842060 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1323296-
CMYK00.760.270.48
HSL321.6º60.98%32.16%-
HSV(B)321.6º75.76%51.76%-
XYZ12.146.7811.74-
YUV69.2143.13172.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=50.77%
G=12.31%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132329600.760.270.48321.660.9832.16
Hex84206004C1B301423d20
Octal20440140011433605027540
Binary1000010010000011000000100110011011110000101000010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842060; }

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

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

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

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

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

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

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

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