#89375E

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

Shades of Rose Bud Cherry #89375E

Tints of Rose Bud Cherry #89375E

Color information

#89375E (or 0x89375E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 37 and 5E. RGB value is (137,55,94). Sum of RGB (Red+Green+Blue) = 137+55+94=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89375E is #76C8A1. Grayscale: #535353. Windows color (decimal): -7784610 or 6174601. OLE color: 6174601.

HSL color Cylindrical-coordinate representation of color #89375E: hue angle of 331.46º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89375E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1375594-
CMYK00.600.310.46
HSL331.46º42.71%37.65%-
HSV(B)331.46º59.85%53.73%-
XYZ13.78.8611.58-
YUV83.96133.67165.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=47.90%
G=19.23%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137559400.600.310.46331.4642.7137.65
Hex89375E03C1F2E14b2b26
Octal2116713607437565135346
Binary100010011101111011110011110011111101110101001011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89375E; }

 p { color: rgb(137,55,94); }

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

<style>
 a { background-color: #89375E; }

 a { background-color: rgb(137,55,94); }

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

<style>
 span { border-color: #89375E; }

 span { border-color: rgb(137,55,94); }

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