#842159

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

Shades of Rose Bud Cherry #842159

Tints of Rose Bud Cherry #842159

Color information

#842159 (or 0x842159) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 21 and 59. RGB value is (132,33,89). Sum of RGB (Red+Green+Blue) = 132+33+89=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #842159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842159 is #7BDEA6. Grayscale: #444444. Windows color (decimal): -8117927 or 5841284. OLE color: 5841284.

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

Color convert

RGB1323389-
CMYK00.750.330.48
HSL326.06º60%32.35%-
HSV(B)326.06º75%51.76%-
XYZ11.866.7110.12-
YUV68.98139.3172.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=51.97%
G=12.99%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132338900.750.330.48326.066032.35
Hex84215904B21301463c20
Octal20441131011341605067440
Binary10000100100001101100101001011100001110000101000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842159; }

 p { color: rgb(132,33,89); }

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

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

 a { background-color: rgb(132,33,89); }

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

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

 span { border-color: rgb(132,33,89); }

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