#893959

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

Shades of Rose Bud Cherry #893959

Tints of Rose Bud Cherry #893959

Color information

#893959 (or 0x893959) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 39 and 59. RGB value is (137,57,89). Sum of RGB (Red+Green+Blue) = 137+57+89=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #893959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893959 is #76C6A6. Grayscale: #545454. Windows color (decimal): -7784103 or 5847433. OLE color: 5847433.

HSL color Cylindrical-coordinate representation of color #893959: hue angle of 336º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893959 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1375789-
CMYK00.580.350.46
HSL336º41.24%38.04%-
HSV(B)336º58.39%53.73%-
XYZ13.588.9710.47-
YUV84.57130.5165.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.41%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=48.41%
G=20.14%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137578900.580.350.4633641.2438.04
Hex89395903A232E1502926
Octal2117113107243565205146
Binary1000100111100110110010111010100011101110101010000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893959; }

 p { color: rgb(137,57,89); }

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

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

 a { background-color: rgb(137,57,89); }

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

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

 span { border-color: rgb(137,57,89); }

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