#89255D

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

Shades of Rose Bud Cherry #89255D

Tints of Rose Bud Cherry #89255D

Color information

#89255D (or 0x89255D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 25 and 5D. RGB value is (137,37,93). Sum of RGB (Red+Green+Blue) = 137+37+93=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89255D is #76DAA2. Grayscale: #494949. Windows color (decimal): -7789219 or 6104457. OLE color: 6104457.

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

Color convert

RGB1373793-
CMYK00.730.320.46
HSL326.4º57.47%34.12%-
HSV(B)326.4º72.99%53.73%-
XYZ12.957.4311.11-
YUV73.28139.13173.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=51.31%
G=13.86%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137379300.730.320.46326.457.4734.12
Hex89255D049202E1463922
Octal21145135011140565067142
Binary10001001100101101110101001001100000101110101000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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