#842D57

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

Shades of Rose Bud Cherry #842D57

Tints of Rose Bud Cherry #842D57

Color information

#842D57 (or 0x842D57) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2D and 57. RGB value is (132,45,87). Sum of RGB (Red+Green+Blue) = 132+45+87=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #842D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D57 is #7BD2A8. Grayscale: #4B4B4B. Windows color (decimal): -8114857 or 5713284. OLE color: 5713284.

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

Color convert

RGB1324587-
CMYK00.660.340.48
HSL331.03º49.15%34.71%-
HSV(B)331.03º65.91%51.76%-
XYZ12.177.479.82-
YUV75.8134.32168.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=50%
G=17.05%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132458700.660.340.48331.0349.1534.71
Hex842D57042223014b3123
Octal20455127010242605136143
Binary10000100101101101011101000010100010110000101001011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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