#842C63

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

Shades of Rose Bud Cherry #842C63

Tints of Rose Bud Cherry #842C63

Color information

#842C63 (or 0x842C63) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2C and 63. RGB value is (132,44,99). Sum of RGB (Red+Green+Blue) = 132+44+99=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #842C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C63 is #7BD39C. Grayscale: #4C4C4C. Windows color (decimal): -8115101 or 6499460. OLE color: 6499460.

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

Color convert

RGB1324499-
CMYK00.670.250.48
HSL322.5º50%34.51%-
HSV(B)322.5º66.67%51.76%-
XYZ12.677.6112.61-
YUV76.58140.65167.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 99 (39.06% from 255) = 36%
R=48%
G=16%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132449900.670.250.48322.55034.51
Hex842C6304319301423223
Octal20454143010331605026243
Binary1000010010110011000110100001111001110000101000010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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