#883660

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

Shades of Rose Bud Cherry #883660

Tints of Rose Bud Cherry #883660

Color information

#883660 (or 0x883660) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 36 and 60. RGB value is (136,54,96). Sum of RGB (Red+Green+Blue) = 136+54+96=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #883660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883660 is #77C99F. Grayscale: #535353. Windows color (decimal): -7850400 or 6305416. OLE color: 6305416.

HSL color Cylindrical-coordinate representation of color #883660: hue angle of 329.27º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883660 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1365496-
CMYK00.600.290.47
HSL329.27º43.16%37.25%-
HSV(B)329.27º60.29%53.33%-
XYZ13.588.7212.03-
YUV83.31135.17165.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=47.55%
G=18.88%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136549600.600.290.47329.2743.1637.25
Hex88366003C1D2F1492b25
Octal2106614007435575115345
Binary100010001101101100000011110011101101111101001001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883660; }

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

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

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

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

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

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

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

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