#892B53

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

Shades of Rose Bud Cherry #892B53

Tints of Rose Bud Cherry #892B53

Color information

#892B53 (or 0x892B53) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2B and 53. RGB value is (137,43,83). Sum of RGB (Red+Green+Blue) = 137+43+83=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #892B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892B53 is #76D4AC. Grayscale: #4B4B4B. Windows color (decimal): -7787693 or 5450633. OLE color: 5450633.

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

Color convert

RGB1374383-
CMYK00.690.390.46
HSL334.47º52.22%35.29%-
HSV(B)334.47º68.61%53.73%-
XYZ12.747.678.99-
YUV75.67132.14171.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 43 (17.19% from 255) = 16.35%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=52.09%
G=16.35%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137438300.690.390.46334.4752.2235.29
Hex892B53045272E14e3423
Octal21153123010547565166443
Binary10001001101011101001101000101100111101110101001110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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