#842B54

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

Shades of Rose Bud Cherry #842B54

Tints of Rose Bud Cherry #842B54

Color information

#842B54 (or 0x842B54) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2B and 54. RGB value is (132,43,84). Sum of RGB (Red+Green+Blue) = 132+43+84=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #842B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B54 is #7BD4AB. Grayscale: #4A4A4A. Windows color (decimal): -8115372 or 5516164. OLE color: 5516164.

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

Color convert

RGB1324384-
CMYK00.670.360.48
HSL332.36º50.86%34.31%-
HSV(B)332.36º67.42%51.76%-
XYZ11.987.279.16-
YUV74.28133.49169.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=50.97%
G=16.60%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132438400.670.360.48332.3650.8634.31
Hex842B54043243014c3322
Octal20453124010344605146342
Binary10000100101011101010001000011100100110000101001100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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