#843960

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

Shades of Rose Bud Cherry #843960

Tints of Rose Bud Cherry #843960

Color information

#843960 (or 0x843960) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 39 and 60. RGB value is (132,57,96). Sum of RGB (Red+Green+Blue) = 132+57+96=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843960 is #7BC69F. Grayscale: #535353. Windows color (decimal): -8111776 or 6306180. OLE color: 6306180.

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

Color convert

RGB1325796-
CMYK00.570.270.48
HSL328.8º39.68%37.06%-
HSV(B)328.8º56.82%51.76%-
XYZ13.098.6812.05-
YUV83.87134.85162.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=46.32%
G=20%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132579600.570.270.48328.839.6837.06
Hex8439600391B301492825
Octal2047114007133605115045
Binary100001001110011100000011100111011110000101001001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843960; }

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

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

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

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

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

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

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

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