#842A53

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

Shades of Rose Bud Cherry #842A53

Tints of Rose Bud Cherry #842A53

Color information

#842A53 (or 0x842A53) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2A and 53. RGB value is (132,42,83). Sum of RGB (Red+Green+Blue) = 132+42+83=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #842A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A53 is #7BD5AC. Grayscale: #494949. Windows color (decimal): -8115629 or 5450372. OLE color: 5450372.

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

Color convert

RGB1324283-
CMYK00.680.370.48
HSL332.67º51.72%34.12%-
HSV(B)332.67º68.18%51.76%-
XYZ11.917.198.94-
YUV73.58133.32169.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=51.36%
G=16.34%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132428300.680.370.48332.6751.7234.12
Hex842A53044253014d3422
Octal20452123010445605156442
Binary10000100101010101001101000100100101110000101001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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