#842A5A

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

Shades of Rose Bud Cherry #842A5A

Tints of Rose Bud Cherry #842A5A

Color information

#842A5A (or 0x842A5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2A and 5A. RGB value is (132,42,90). Sum of RGB (Red+Green+Blue) = 132+42+90=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #842A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A5A is #7BD5A5. Grayscale: #4A4A4A. Windows color (decimal): -8115622 or 5909124. OLE color: 5909124.

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

Color convert

RGB1324290-
CMYK00.680.320.48
HSL328º51.72%34.12%-
HSV(B)328º68.18%51.76%-
XYZ12.197.310.44-
YUV74.38136.82169.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=50%
G=15.91%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132429000.680.320.4832851.7234.12
Hex842A5A04420301483422
Octal20452132010440605106442
Binary10000100101010101101001000100100000110000101001000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A5A; }

 p { color: rgb(132,42,90); }

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

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

 a { background-color: rgb(132,42,90); }

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

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

 span { border-color: rgb(132,42,90); }

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