#891e5f

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

Shades of Rose Bud Cherry #891E5F

Tints of Rose Bud Cherry #891E5F

Color information

#891E5F (or 0x891E5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1E and 5F. RGB value is (137,30,95). Sum of RGB (Red+Green+Blue) = 137+30+95=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #891E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891E5F is #76E1A0. Grayscale: #454545. Windows color (decimal): -7791009 or 6233737. OLE color: 6233737.

HSL color Cylindrical-coordinate representation of color #891E5F: hue angle of 323.55º 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 #891E5F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1373095-
CMYK00.780.310.46
HSL323.55º64.07%32.75%-
HSV(B)323.55º78.1%53.73%-
XYZ12.857.0711.51-
YUV69.4142.45176.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=52.29%
G=11.45%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137309500.780.310.46323.5564.0732.75
Hex891E5F04E1F2E1444021
Octal211361370116375650410041
Binary1000100111110101111101001110111111011101010001001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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