#842D63

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

Shades of Rose Bud Cherry #842D63

Tints of Rose Bud Cherry #842D63

Color information

#842D63 (or 0x842D63) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2D and 63. RGB value is (132,45,99). Sum of RGB (Red+Green+Blue) = 132+45+99=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #842D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D63 is #7BD29C. Grayscale: #4D4D4D. Windows color (decimal): -8114845 or 6499716. OLE color: 6499716.

HSL color Cylindrical-coordinate representation of color #842D63: hue angle of 322.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D63 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1324599-
CMYK00.660.250.48
HSL322.76º49.15%34.71%-
HSV(B)322.76º65.91%51.76%-
XYZ12.717.6812.62-
YUV77.17140.32167.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=47.83%
G=16.30%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132459900.660.250.48322.7649.1534.71
Hex842D6304219301433123
Octal20455143010231605036143
Binary1000010010110111000110100001011001110000101000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D63; }

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

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

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

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

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

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

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

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