#883F5B

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

Shades of Rose Bud Cherry #883F5B

Tints of Rose Bud Cherry #883F5B

Color information

#883F5B (or 0x883F5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 3F and 5B. RGB value is (136,63,91). Sum of RGB (Red+Green+Blue) = 136+63+91=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #883F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F5B is #77C0A4. Grayscale: #575757. Windows color (decimal): -7848101 or 5980040. OLE color: 5980040.

HSL color Cylindrical-coordinate representation of color #883F5B: hue angle of 336.99º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F5B is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1366391-
CMYK00.540.330.47
HSL336.99º36.68%39.02%-
HSV(B)336.99º53.68%53.33%-
XYZ13.829.5411.01-
YUV88.02129.68162.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=46.90%
G=21.72%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136639100.540.330.47336.9936.6839.02
Hex883F5B036212F1512527
Octal2107713306641575214547
Binary1000100011111110110110110110100001101111101010001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F5B; }

 p { color: rgb(136,63,91); }

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

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

 a { background-color: rgb(136,63,91); }

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

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

 span { border-color: rgb(136,63,91); }

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