#891D5E

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

Shades of Rose Bud Cherry #891D5E

Tints of Rose Bud Cherry #891D5E

Color information

#891D5E (or 0x891D5E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1D and 5E. RGB value is (137,29,94). Sum of RGB (Red+Green+Blue) = 137+29+94=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #891D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891D5E is #76E2A1. Grayscale: #444444. Windows color (decimal): -7791266 or 6167945. OLE color: 6167945.

HSL color Cylindrical-coordinate representation of color #891D5E: hue angle of 323.89º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D5E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1372994-
CMYK00.790.310.46
HSL323.89º65.06%32.55%-
HSV(B)323.89º78.83%53.73%-
XYZ12.787.0111.27-
YUV68.7142.28176.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 29 (11.72% from 255) = 11.15%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=52.69%
G=11.15%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137299400.790.310.46323.8965.0632.55
Hex891D5E04F1F2E1444121
Octal211351360117375650410141
Binary1000100111101101111001001111111111011101010001001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891D5E; }

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

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

<style>
 a { background-color: #891D5E; }

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

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

<style>
 span { border-color: #891D5E; }

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

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