#891250

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

Shades of Rose Bud Cherry #891250

Tints of Rose Bud Cherry #891250

Color information

#891250 (or 0x891250) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 12 and 50. RGB value is (137,18,80). Sum of RGB (Red+Green+Blue) = 137+18+80=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #891250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891250 is #76EDAF. Grayscale: #3C3C3C. Windows color (decimal): -7794096 or 5247625. OLE color: 5247625.

HSL color Cylindrical-coordinate representation of color #891250: hue angle of 328.74º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891250 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1371880-
CMYK00.870.420.46
HSL328.74º76.77%30.39%-
HSV(B)328.74º86.86%53.73%-
XYZ11.986.338.18-
YUV60.65138.92182.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=58.30%
G=7.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137188000.870.420.46328.7476.7730.39
Hex8912500572A2E1494d1e
Octal211221200127525651111536
Binary1000100110010101000001010111101010101110101001001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891250; }

 p { color: rgb(137,18,80); }

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

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

 a { background-color: rgb(137,18,80); }

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

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

 span { border-color: rgb(137,18,80); }

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