#842956

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

Shades of Rose Bud Cherry #842956

Tints of Rose Bud Cherry #842956

Color information

#842956 (or 0x842956) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 29 and 56. RGB value is (132,41,86). Sum of RGB (Red+Green+Blue) = 132+41+86=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #842956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842956 is #7BD6A9. Grayscale: #494949. Windows color (decimal): -8115882 or 5646724. OLE color: 5646724.

HSL color Cylindrical-coordinate representation of color #842956: hue angle of 330.33º 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 #842956 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1324186-
CMYK00.690.350.48
HSL330.33º52.6%33.92%-
HSV(B)330.33º68.94%51.76%-
XYZ11.997.169.55-
YUV73.34135.15169.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=50.97%
G=15.83%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132418600.690.350.48330.3352.633.92
Hex842956045233014a3522
Octal20451126010543605126542
Binary10000100101001101011001000101100011110000101001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842956; }

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

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

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

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

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

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

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

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