#842863

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

Shades of Rose Bud Cherry #842863

Tints of Rose Bud Cherry #842863

Color information

#842863 (or 0x842863) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 28 and 63. RGB value is (132,40,99). Sum of RGB (Red+Green+Blue) = 132+40+99=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842863 is #7BD79C. Grayscale: #4A4A4A. Windows color (decimal): -8116125 or 6498436. OLE color: 6498436.

HSL color Cylindrical-coordinate representation of color #842863: hue angle of 321.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842863 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1324099-
CMYK00.700.250.48
HSL321.52º53.49%33.73%-
HSV(B)321.52º69.7%51.76%-
XYZ12.537.3212.56-
YUV74.23141.98169.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=48.71%
G=14.76%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132409900.700.250.48321.5253.4933.73
Hex84286304619301423522
Octal20450143010631605026542
Binary1000010010100011000110100011011001110000101000010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842863; }

 p { color: rgb(132,40,99); }

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

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

 a { background-color: rgb(132,40,99); }

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

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

 span { border-color: rgb(132,40,99); }

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