#842D56

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

Shades of Rose Bud Cherry #842D56

Tints of Rose Bud Cherry #842D56

Color information

#842D56 (or 0x842D56) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2D and 56. RGB value is (132,45,86). Sum of RGB (Red+Green+Blue) = 132+45+86=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #842D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D56 is #7BD2A9. Grayscale: #4B4B4B. Windows color (decimal): -8114858 or 5647748. OLE color: 5647748.

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

Color convert

RGB1324586-
CMYK00.660.350.48
HSL331.72º49.15%34.71%-
HSV(B)331.72º65.91%51.76%-
XYZ12.137.459.6-
YUV75.69133.82168.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=50.19%
G=17.11%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132458600.660.350.48331.7249.1534.71
Hex842D56042233014c3123
Octal20455126010243605146143
Binary10000100101101101011001000010100011110000101001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,86); }

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

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

 a { background-color: rgb(132,45,86); }

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

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

 span { border-color: rgb(132,45,86); }

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