#891F5F

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

Shades of Rose Bud Cherry #891F5F

Tints of Rose Bud Cherry #891F5F

Color information

#891F5F (or 0x891F5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1F and 5F. RGB value is (137,31,95). Sum of RGB (Red+Green+Blue) = 137+31+95=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #891F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F5F is #76E0A0. Grayscale: #454545. Windows color (decimal): -7790753 or 6233993. OLE color: 6233993.

HSL color Cylindrical-coordinate representation of color #891F5F: hue angle of 323.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F5F is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1373195-
CMYK00.770.310.46
HSL323.77º63.1%32.94%-
HSV(B)323.77º77.37%53.73%-
XYZ12.877.1211.52-
YUV69.99142.12175.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=52.09%
G=11.79%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137319500.770.310.46323.7763.132.94
Hex891F5F04D1F2E1443f21
Octal21137137011537565047741
Binary100010011111110111110100110111111101110101000100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,31,95); }

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

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

 a { background-color: rgb(137,31,95); }

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

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

 span { border-color: rgb(137,31,95); }

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