#891F52

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

Shades of Rose Bud Cherry #891F52

Tints of Rose Bud Cherry #891F52

Color information

#891F52 (or 0x891F52) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 1F and 52. RGB value is (137,31,82). Sum of RGB (Red+Green+Blue) = 137+31+82=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #891F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F52 is #76E0AD. Grayscale: #444444. Windows color (decimal): -7790766 or 5382025. OLE color: 5382025.

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

Color convert

RGB1373182-
CMYK00.770.400.46
HSL331.13º63.1%32.94%-
HSV(B)331.13º77.37%53.73%-
XYZ12.336.918.67-
YUV68.51135.62176.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.8%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=54.8%
G=12.4%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137318200.770.400.46331.1363.132.94
Hex891F5204D282E14b3f21
Octal21137122011550565137741
Binary1000100111111101001001001101101000101110101001011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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