#89385A

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

Shades of Rose Bud Cherry #89385A

Tints of Rose Bud Cherry #89385A

Color information

#89385A (or 0x89385A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 38 and 5A. RGB value is (137,56,90). Sum of RGB (Red+Green+Blue) = 137+56+90=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89385A is #76C7A5. Grayscale: #545454. Windows color (decimal): -7784358 or 5912713. OLE color: 5912713.

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

Color convert

RGB1375690-
CMYK00.590.340.46
HSL334.81º41.97%37.84%-
HSV(B)334.81º59.12%53.73%-
XYZ13.588.8810.67-
YUV84.1131.34165.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=48.41%
G=19.79%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137569000.590.340.46334.8141.9737.84
Hex89385A03B222E14f2a26
Octal2117013207342565175246
Binary1000100111100010110100111011100010101110101001111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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