#892660

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

Shades of Rose Bud Cherry #892660

Tints of Rose Bud Cherry #892660

Color information

#892660 (or 0x892660) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 26 and 60. RGB value is (137,38,96). Sum of RGB (Red+Green+Blue) = 137+38+96=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #892660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892660 is #76D99F. Grayscale: #4A4A4A. Windows color (decimal): -7788960 or 6301321. OLE color: 6301321.

HSL color Cylindrical-coordinate representation of color #892660: hue angle of 324.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892660 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1373896-
CMYK00.720.300.46
HSL324.85º56.57%34.31%-
HSV(B)324.85º72.26%53.73%-
XYZ13.127.5511.83-
YUV74.21140.3172.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=50.55%
G=14.02%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137389600.720.300.46324.8556.5734.31
Hex8926600481E2E1453922
Octal21146140011036565057142
Binary1000100110011011000000100100011110101110101000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892660; }

 p { color: rgb(137,38,96); }

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

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

 a { background-color: rgb(137,38,96); }

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

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

 span { border-color: rgb(137,38,96); }

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