#89385D

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

Shades of Rose Bud Cherry #89385D

Tints of Rose Bud Cherry #89385D

Color information

#89385D (or 0x89385D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 38 and 5D. RGB value is (137,56,93). Sum of RGB (Red+Green+Blue) = 137+56+93=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89385D is #76C7A2. Grayscale: #545454. Windows color (decimal): -7784355 or 6109321. OLE color: 6109321.

HSL color Cylindrical-coordinate representation of color #89385D: hue angle of 332.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89385D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1375693-
CMYK00.590.320.46
HSL332.59º41.97%37.84%-
HSV(B)332.59º59.12%53.73%-
XYZ13.718.9411.36-
YUV84.44132.84165.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=47.90%
G=19.58%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137569300.590.320.46332.5941.9737.84
Hex89385D03B202E14d2a26
Octal2117013507340565155246
Binary1000100111100010111010111011100000101110101001101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89385D; }

 p { color: rgb(137,56,93); }

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

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

 a { background-color: rgb(137,56,93); }

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

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

 span { border-color: rgb(137,56,93); }

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