#890F4E

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

Shades of Rose Bud Cherry #890F4E

Tints of Rose Bud Cherry #890F4E

Color information

#890F4E (or 0x890F4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 0F and 4E. RGB value is (137,15,78). Sum of RGB (Red+Green+Blue) = 137+15+78=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F4E is #76F0B1. Grayscale: #3A3A3A. Windows color (decimal): -7794866 or 5115785. OLE color: 5115785.

HSL color Cylindrical-coordinate representation of color #890F4E: hue angle of 329.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F4E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1371578-
CMYK00.890.430.46
HSL329.02º80.26%29.8%-
HSV(B)329.02º89.05%53.73%-
XYZ11.866.217.78-
YUV58.66138.92183.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=59.57%
G=6.52%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137157800.890.430.46329.0280.2629.8
Hex89F4E0592B2E149501e
Octal211171160131535651112036
Binary100010011111100111001011001101011101110101001001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890F4E; }

 p { color: rgb(137,15,78); }

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

<style>
 a { background-color: #890F4E; }

 a { background-color: rgb(137,15,78); }

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

<style>
 span { border-color: #890F4E; }

 span { border-color: rgb(137,15,78); }

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