#891251

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

Shades of Rose Bud Cherry #891251

Tints of Rose Bud Cherry #891251

Color information

#891251 (or 0x891251) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 12 and 51. RGB value is (137,18,81). Sum of RGB (Red+Green+Blue) = 137+18+81=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #891251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891251 is #76EDAE. Grayscale: #3C3C3C. Windows color (decimal): -7794095 or 5313161. OLE color: 5313161.

HSL color Cylindrical-coordinate representation of color #891251: hue angle of 328.24º 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 #891251 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1371881-
CMYK00.870.410.46
HSL328.24º76.77%30.39%-
HSV(B)328.24º86.86%53.73%-
XYZ12.026.358.38-
YUV60.76139.42182.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=58.05%
G=7.63%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137188100.870.410.46328.2476.7730.39
Hex891251057292E1484d1e
Octal211221210127515651011536
Binary1000100110010101000101010111101001101110101001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891251; }

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

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

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

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

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

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

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

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