#890F4C

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

Shades of Rose Bud Cherry #890F4C

Tints of Rose Bud Cherry #890F4C

Color information

#890F4C (or 0x890F4C) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 0F and 4C. RGB value is (137,15,76). Sum of RGB (Red+Green+Blue) = 137+15+76=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #890F4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F4C is #76F0B3. Grayscale: #3A3A3A. Windows color (decimal): -7794868 or 4984713. OLE color: 4984713.

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

Color convert

RGB1371576-
CMYK00.890.450.46
HSL330º80.26%29.8%-
HSV(B)330º89.05%53.73%-
XYZ11.796.187.41-
YUV58.43137.92184.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.09%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=60.09%
G=6.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137157600.890.450.4633080.2629.8
Hex89F4C0592D2E14a501e
Octal211171140131555651212036
Binary100010011111100110001011001101101101110101001010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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