#842957

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

Shades of Rose Bud Cherry #842957

Tints of Rose Bud Cherry #842957

Color information

#842957 (or 0x842957) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 29 and 57. RGB value is (132,41,87). Sum of RGB (Red+Green+Blue) = 132+41+87=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #842957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842957 is #7BD6A8. Grayscale: #494949. Windows color (decimal): -8115881 or 5712260. OLE color: 5712260.

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

Color convert

RGB1324187-
CMYK00.690.340.48
HSL329.67º52.6%33.92%-
HSV(B)329.67º68.94%51.76%-
XYZ12.037.189.77-
YUV73.45135.65169.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=50.77%
G=15.77%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132418700.690.340.48329.6752.633.92
Hex842957045223014a3522
Octal20451127010542605126542
Binary10000100101001101011101000101100010110000101001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842957; }

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

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

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

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

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

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

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

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