#890F4A

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

Shades of Rose Bud Cherry #890F4A

Tints of Rose Bud Cherry #890F4A

Color information

#890F4A (or 0x890F4A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 0F and 4A. RGB value is (137,15,74). Sum of RGB (Red+Green+Blue) = 137+15+74=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #890F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F4A is #76F0B5. Grayscale: #3A3A3A. Windows color (decimal): -7794870 or 4853641. OLE color: 4853641.

HSL color Cylindrical-coordinate representation of color #890F4A: hue angle of 330.98º 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 #890F4A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1371574-
CMYK00.890.460.46
HSL330.98º80.26%29.8%-
HSV(B)330.98º89.05%53.73%-
XYZ11.726.157.05-
YUV58.2136.92184.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.62%
GREEN value IS 15 (6.25% from 255) = 6.64%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=60.62%
G=6.64%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137157400.890.460.46330.9880.2629.8
Hex89F4A0592E2E14b501e
Octal211171120131565651312036
Binary100010011111100101001011001101110101110101001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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