#842656

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

Shades of Rose Bud Cherry #842656

Tints of Rose Bud Cherry #842656

Color information

#842656 (or 0x842656) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 56. RGB value is (132,38,86). Sum of RGB (Red+Green+Blue) = 132+38+86=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #842656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842656 is #7BD9A9. Grayscale: #474747. Windows color (decimal): -8116650 or 5645956. OLE color: 5645956.

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

Color convert

RGB1323886-
CMYK00.710.350.48
HSL329.36º55.29%33.33%-
HSV(B)329.36º71.21%51.76%-
XYZ11.896.969.52-
YUV71.58136.14171.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=51.56%
G=14.84%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132388600.710.350.48329.3655.2933.33
Hex84265604723301493721
Octal20446126010743605116741
Binary10000100100110101011001000111100011110000101001001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842656; }

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

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

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

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

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

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

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

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