#892D5B

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

Shades of Rose Bud Cherry #892D5B

Tints of Rose Bud Cherry #892D5B

Color information

#892D5B (or 0x892D5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2D and 5B. RGB value is (137,45,91). Sum of RGB (Red+Green+Blue) = 137+45+91=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #892D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D5B is #76D2A4. Grayscale: #4D4D4D. Windows color (decimal): -7787173 or 5975433. OLE color: 5975433.

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

Color convert

RGB1374591-
CMYK00.670.340.46
HSL330º50.55%35.69%-
HSV(B)330º67.15%53.73%-
XYZ13.147.9510.74-
YUV77.75135.48170.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=50.18%
G=16.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137459100.670.340.4633050.5535.69
Hex892D5B043222E14a3324
Octal21155133010342565126344
Binary10001001101101101101101000011100010101110101001010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,45,91); }

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

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

 a { background-color: rgb(137,45,91); }

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

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

 span { border-color: rgb(137,45,91); }

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