#891C5B

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

Shades of Rose Bud Cherry #891C5B

Tints of Rose Bud Cherry #891C5B

Color information

#891C5B (or 0x891C5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1C and 5B. RGB value is (137,28,91). Sum of RGB (Red+Green+Blue) = 137+28+91=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #891C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C5B is #76E3A4. Grayscale: #434343. Windows color (decimal): -7791525 or 5971081. OLE color: 5971081.

HSL color Cylindrical-coordinate representation of color #891C5B: hue angle of 325.32º 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 #891C5B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1372891-
CMYK00.800.340.46
HSL325.32º66.06%32.35%-
HSV(B)325.32º79.56%53.73%-
XYZ12.626.910.57-
YUV67.77141.11177.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 28 (11.33% from 255) = 10.94%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=53.52%
G=10.94%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137289100.800.340.46325.3266.0632.35
Hex891C5B050222E1454220
Octal211341330120425650510240
Binary10001001111001011011010100001000101011101010001011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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