#892A51

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

Shades of Rose Bud Cherry #892A51

Tints of Rose Bud Cherry #892A51

Color information

#892A51 (or 0x892A51) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2A and 51. RGB value is (137,42,81). Sum of RGB (Red+Green+Blue) = 137+42+81=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #892A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A51 is #76D5AE. Grayscale: #4A4A4A. Windows color (decimal): -7787951 or 5319305. OLE color: 5319305.

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

Color convert

RGB1374281-
CMYK00.690.410.46
HSL335.37º53.07%35.1%-
HSV(B)335.37º69.34%53.73%-
XYZ12.637.578.58-
YUV74.85131.47172.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=52.69%
G=16.15%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137428100.690.410.46335.3753.0735.1
Hex892A51045292E14f3523
Octal21152121010551565176543
Binary10001001101010101000101000101101001101110101001111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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