#883964

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

Shades of Rose Bud Cherry #883964

Tints of Rose Bud Cherry #883964

Color information

#883964 (or 0x883964) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 39 and 64. RGB value is (136,57,100). Sum of RGB (Red+Green+Blue) = 136+57+100=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #883964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883964 is #77C69B. Grayscale: #555555. Windows color (decimal): -7849628 or 6568328. OLE color: 6568328.

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

Color convert

RGB13657100-
CMYK00.580.260.47
HSL327.34º40.93%37.84%-
HSV(B)327.34º58.09%53.33%-
XYZ13.929.0813.08-
YUV85.52136.17164-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=46.42%
G=19.45%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365710000.580.260.47327.3440.9337.84
Hex88396403A1A2F1472926
Octal2107114407232575075146
Binary100010001110011100100011101011010101111101000111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883964; }

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

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

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

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

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

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

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

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