#89386A

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

Shades of Rose Bud Cherry #89386A

Tints of Rose Bud Cherry #89386A

Color information

#89386A (or 0x89386A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 38 and 6A. RGB value is (137,56,106). Sum of RGB (Red+Green+Blue) = 137+56+106=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #89386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89386A is #76C795. Grayscale: #555555. Windows color (decimal): -7784342 or 6961289. OLE color: 6961289.

HSL color Cylindrical-coordinate representation of color #89386A: hue angle of 322.96º 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 #89386A is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13756106-
CMYK00.590.230.46
HSL322.96º41.97%37.84%-
HSV(B)322.96º59.12%53.73%-
XYZ14.339.1914.65-
YUV85.92139.34164.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=45.82%
G=18.73%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375610600.590.230.46322.9641.9737.84
Hex89386A03B172E1432a26
Octal2117015207327565035246
Binary100010011110001101010011101110111101110101000011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89386A; }

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

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

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

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

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

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

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

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