#892E51

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

Shades of Rose Bud Cherry #892E51

Tints of Rose Bud Cherry #892E51

Color information

#892E51 (or 0x892E51) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2E and 51. RGB value is (137,46,81). Sum of RGB (Red+Green+Blue) = 137+46+81=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #892E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E51 is #76D1AE. Grayscale: #4D4D4D. Windows color (decimal): -7786927 or 5320329. OLE color: 5320329.

HSL color Cylindrical-coordinate representation of color #892E51: hue angle of 336.92º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E51 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1374681-
CMYK00.660.410.46
HSL336.92º49.73%35.88%-
HSV(B)336.92º66.42%53.73%-
XYZ12.787.878.63-
YUV77.2130.15170.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=51.89%
G=17.42%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137468100.660.410.46336.9249.7335.88
Hex892E51042292E1513224
Octal21156121010251565216244
Binary10001001101110101000101000010101001101110101010001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892E51; }

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

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

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

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

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

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

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

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