#883664

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

Shades of Rose Bud Cherry #883664

Tints of Rose Bud Cherry #883664

Color information

#883664 (or 0x883664) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 36 and 64. RGB value is (136,54,100). Sum of RGB (Red+Green+Blue) = 136+54+100=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #883664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883664 is #77C99B. Grayscale: #535353. Windows color (decimal): -7850396 or 6567560. OLE color: 6567560.

HSL color Cylindrical-coordinate representation of color #883664: hue angle of 326.34º 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 #883664 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13654100-
CMYK00.600.260.47
HSL326.34º43.16%37.25%-
HSV(B)326.34º60.29%53.33%-
XYZ13.778.7913.03-
YUV83.76137.17165.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=46.90%
G=18.62%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365410000.600.260.47326.3443.1637.25
Hex88366403C1A2F1462b25
Octal2106614407432575065345
Binary100010001101101100100011110011010101111101000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883664; }

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

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

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

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

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

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

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

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