#892B56

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

Shades of Rose Bud Cherry #892B56

Tints of Rose Bud Cherry #892B56

Color information

#892B56 (or 0x892B56) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2B and 56. RGB value is (137,43,86). Sum of RGB (Red+Green+Blue) = 137+43+86=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #892B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892B56 is #76D4A9. Grayscale: #4B4B4B. Windows color (decimal): -7787690 or 5647241. OLE color: 5647241.

HSL color Cylindrical-coordinate representation of color #892B56: hue angle of 332.55º degrees, saturation: 0.52, 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 #892B56 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1374386-
CMYK00.690.370.46
HSL332.55º52.22%35.29%-
HSV(B)332.55º68.61%53.73%-
XYZ12.867.729.62-
YUV76.01133.64171.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=51.50%
G=16.17%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137438600.690.370.46332.5552.2235.29
Hex892B56045252E14d3423
Octal21153126010545565156443
Binary10001001101011101011001000101100101101110101001101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,43,86); }

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

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

 a { background-color: rgb(137,43,86); }

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

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

 span { border-color: rgb(137,43,86); }

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