#843660

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

Shades of Rose Bud Cherry #843660

Tints of Rose Bud Cherry #843660

Color information

#843660 (or 0x843660) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 36 and 60. RGB value is (132,54,96). Sum of RGB (Red+Green+Blue) = 132+54+96=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #843660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843660 is #7BC99F. Grayscale: #525252. Windows color (decimal): -8112544 or 6305412. OLE color: 6305412.

HSL color Cylindrical-coordinate representation of color #843660: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #843660 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1325496-
CMYK00.590.270.48
HSL327.69º41.94%36.47%-
HSV(B)327.69º59.09%51.76%-
XYZ12.958.3912-
YUV82.11135.84163.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=46.81%
G=19.15%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132549600.590.270.48327.6941.9436.47
Hex84366003B1B301482a24
Octal2046614007333605105244
Binary100001001101101100000011101111011110000101001000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843660; }

 p { color: rgb(132,54,96); }

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

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

 a { background-color: rgb(132,54,96); }

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

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

 span { border-color: rgb(132,54,96); }

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