#842C65

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

Shades of Rose Bud Cherry #842C65

Tints of Rose Bud Cherry #842C65

Color information

#842C65 (or 0x842C65) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 2C and 65. RGB value is (132,44,101). Sum of RGB (Red+Green+Blue) = 132+44+101=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #842C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C65 is #7BD39A. Grayscale: #4C4C4C. Windows color (decimal): -8115099 or 6630532. OLE color: 6630532.

HSL color Cylindrical-coordinate representation of color #842C65: hue angle of 321.14º 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 #842C65 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13244101-
CMYK00.670.230.48
HSL321.14º50%34.51%-
HSV(B)321.14º66.67%51.76%-
XYZ12.777.6513.12-
YUV76.81141.65167.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=47.65%
G=15.88%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324410100.670.230.48321.145034.51
Hex842C6504317301413223
Octal20454145010327605016243
Binary1000010010110011001010100001110111110000101000001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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