#883960

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

Shades of Rose Bud Cherry #883960

Tints of Rose Bud Cherry #883960

Color information

#883960 (or 0x883960) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 39 and 60. RGB value is (136,57,96). Sum of RGB (Red+Green+Blue) = 136+57+96=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #883960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883960 is #77C69F. Grayscale: #545454. Windows color (decimal): -7849632 or 6306184. OLE color: 6306184.

HSL color Cylindrical-coordinate representation of color #883960: hue angle of 330.38º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883960 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1365796-
CMYK00.580.290.47
HSL330.38º40.93%37.84%-
HSV(B)330.38º58.09%53.33%-
XYZ13.739.0112.08-
YUV85.07134.17164.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=47.06%
G=19.72%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136579600.580.290.47330.3840.9337.84
Hex88396003A1D2F14a2926
Octal2107114007235575125146
Binary100010001110011100000011101011101101111101001010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883960; }

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

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

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

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

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

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

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

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