#842352

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

Shades of Rose Bud Cherry #842352

Tints of Rose Bud Cherry #842352

Color information

#842352 (or 0x842352) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 23 and 52. RGB value is (132,35,82). Sum of RGB (Red+Green+Blue) = 132+35+82=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #842352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842352 is #7BDCAD. Grayscale: #454545. Windows color (decimal): -8117422 or 5383044. OLE color: 5383044.

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

Color convert

RGB1323582-
CMYK00.730.380.48
HSL330.93º58.08%32.75%-
HSV(B)330.93º73.48%51.76%-
XYZ11.646.728.67-
YUV69.36135.14172.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=53.01%
G=14.06%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132358200.730.380.48330.9358.0832.75
Hex842352049263014b3a21
Octal20443122011146605137241
Binary10000100100011101001001001001100110110000101001011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842352; }

 p { color: rgb(132,35,82); }

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

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

 a { background-color: rgb(132,35,82); }

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

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

 span { border-color: rgb(132,35,82); }

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