#891E55

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

Shades of Rose Bud Cherry #891E55

Tints of Rose Bud Cherry #891E55

Color information

#891E55 (or 0x891E55) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1E and 55. RGB value is (137,30,85). Sum of RGB (Red+Green+Blue) = 137+30+85=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #891E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E55 is #76E1AA. Grayscale: #444444. Windows color (decimal): -7791019 or 5578377. OLE color: 5578377.

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

Color convert

RGB1373085-
CMYK00.780.380.46
HSL329.16º64.07%32.75%-
HSV(B)329.16º78.1%53.73%-
XYZ12.426.99.27-
YUV68.26137.45177.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=54.37%
G=11.90%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137308500.780.380.46329.1664.0732.75
Hex891E5504E262E1494021
Octal211361250116465651110041
Binary10001001111101010101010011101001101011101010010011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,30,85); }

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

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

 a { background-color: rgb(137,30,85); }

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

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

 span { border-color: rgb(137,30,85); }

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