#842657

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

Shades of Rose Bud Cherry #842657

Tints of Rose Bud Cherry #842657

Color information

#842657 (or 0x842657) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 57. RGB value is (132,38,87). Sum of RGB (Red+Green+Blue) = 132+38+87=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #842657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842657 is #7BD9A8. Grayscale: #474747. Windows color (decimal): -8116649 or 5711492. OLE color: 5711492.

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

Color convert

RGB1323887-
CMYK00.710.340.48
HSL328.72º55.29%33.33%-
HSV(B)328.72º71.21%51.76%-
XYZ11.936.989.74-
YUV71.69136.64171.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=51.36%
G=14.79%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132388700.710.340.48328.7255.2933.33
Hex84265704722301493721
Octal20446127010742605116741
Binary10000100100110101011101000111100010110000101001001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842657; }

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

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

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

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

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

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

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

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