#842A54

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

Shades of Rose Bud Cherry #842A54

Tints of Rose Bud Cherry #842A54

Color information

#842A54 (or 0x842A54) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2A and 54. RGB value is (132,42,84). Sum of RGB (Red+Green+Blue) = 132+42+84=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #842A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A54 is #7BD5AB. Grayscale: #494949. Windows color (decimal): -8115628 or 5515908. OLE color: 5515908.

HSL color Cylindrical-coordinate representation of color #842A54: hue angle of 332º 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 #842A54 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1324284-
CMYK00.680.360.48
HSL332º51.72%34.12%-
HSV(B)332º68.18%51.76%-
XYZ11.947.29.15-
YUV73.7133.82169.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=51.16%
G=16.28%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132428400.680.360.4833251.7234.12
Hex842A54044243014c3422
Octal20452124010444605146442
Binary10000100101010101010001000100100100110000101001100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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