#89275B

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

Shades of Rose Bud Cherry #89275B

Tints of Rose Bud Cherry #89275B

Color information

#89275B (or 0x89275B) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 27 and 5B. RGB value is (137,39,91). Sum of RGB (Red+Green+Blue) = 137+39+91=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89275B is #76D8A4. Grayscale: #4A4A4A. Windows color (decimal): -7788709 or 5973897. OLE color: 5973897.

HSL color Cylindrical-coordinate representation of color #89275B: hue angle of 328.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89275B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1373991-
CMYK00.720.340.46
HSL328.16º55.68%34.51%-
HSV(B)328.16º71.53%53.73%-
XYZ12.937.5210.67-
YUV74.23137.47172.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=51.31%
G=14.61%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137399100.720.340.46328.1655.6834.51
Hex89275B048222E1483823
Octal21147133011042565107043
Binary10001001100111101101101001000100010101110101001000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89275B; }

 p { color: rgb(137,39,91); }

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

<style>
 a { background-color: #89275B; }

 a { background-color: rgb(137,39,91); }

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

<style>
 span { border-color: #89275B; }

 span { border-color: rgb(137,39,91); }

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