#883F5A

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

Shades of Rose Bud Cherry #883F5A

Tints of Rose Bud Cherry #883F5A

Color information

#883F5A (or 0x883F5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 3F and 5A. RGB value is (136,63,90). Sum of RGB (Red+Green+Blue) = 136+63+90=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #883F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F5A is #77C0A5. Grayscale: #575757. Windows color (decimal): -7848102 or 5914504. OLE color: 5914504.

HSL color Cylindrical-coordinate representation of color #883F5A: hue angle of 337.81º 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 #883F5A is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1366390-
CMYK00.540.340.47
HSL337.81º36.68%39.02%-
HSV(B)337.81º53.68%53.33%-
XYZ13.789.5310.79-
YUV87.9129.18162.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=47.06%
G=21.80%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136639000.540.340.47337.8136.6839.02
Hex883F5A036222F1522527
Octal2107713206642575224547
Binary1000100011111110110100110110100010101111101010010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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