#842350

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

Shades of Rose Bud Cherry #842350

Tints of Rose Bud Cherry #842350

Color information

#842350 (or 0x842350) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 23 and 50. RGB value is (132,35,80). Sum of RGB (Red+Green+Blue) = 132+35+80=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #842350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842350 is #7BDCAF. Grayscale: #454545. Windows color (decimal): -8117424 or 5251972. OLE color: 5251972.

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

Color convert

RGB1323580-
CMYK00.730.390.48
HSL332.16º58.08%32.75%-
HSV(B)332.16º73.48%51.76%-
XYZ11.566.698.27-
YUV69.13134.14172.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=53.44%
G=14.17%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132358000.730.390.48332.1658.0832.75
Hex842350049273014c3a21
Octal20443120011147605147241
Binary10000100100011101000001001001100111110000101001100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842350; }

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

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

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

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

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

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

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

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