#891c51

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

Shades of Rose Bud Cherry #891C51

Tints of Rose Bud Cherry #891C51

Color information

#891C51 (or 0x891C51) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1C and 51. RGB value is (137,28,81). Sum of RGB (Red+Green+Blue) = 137+28+81=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #891C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C51 is #76E3AE. Grayscale: #424242. Windows color (decimal): -7791535 or 5315721. OLE color: 5315721.

HSL color Cylindrical-coordinate representation of color #891C51: hue angle of 330.83º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C51 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1372881-
CMYK00.800.410.46
HSL330.83º66.06%32.35%-
HSV(B)330.83º79.56%53.73%-
XYZ12.226.748.44-
YUV66.63136.11178.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.69%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=55.69%
G=11.38%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137288100.800.410.46330.8366.0632.35
Hex891C51050292E14b4220
Octal211341210120515651310240
Binary10001001111001010001010100001010011011101010010111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,28,81); }

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

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

 a { background-color: rgb(137,28,81); }

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

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

 span { border-color: rgb(137,28,81); }

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