#892B55

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

Shades of Rose Bud Cherry #892B55

Tints of Rose Bud Cherry #892B55

Color information

#892B55 (or 0x892B55) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2B and 55. RGB value is (137,43,85). Sum of RGB (Red+Green+Blue) = 137+43+85=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #892B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892B55 is #76D4AA. Grayscale: #4B4B4B. Windows color (decimal): -7787691 or 5581705. OLE color: 5581705.

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

Color convert

RGB1374385-
CMYK00.690.380.46
HSL333.19º52.22%35.29%-
HSV(B)333.19º68.61%53.73%-
XYZ12.827.79.41-
YUV75.89133.14171.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=51.70%
G=16.23%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137438500.690.380.46333.1952.2235.29
Hex892B55045262E14d3423
Octal21153125010546565156443
Binary10001001101011101010101000101100110101110101001101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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