#893955

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

Shades of Rose Bud Cherry #893955

Tints of Rose Bud Cherry #893955

Color information

#893955 (or 0x893955) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 39 and 55. RGB value is (137,57,85). Sum of RGB (Red+Green+Blue) = 137+57+85=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #893955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893955 is #76C6AA. Grayscale: #545454. Windows color (decimal): -7784107 or 5585289. OLE color: 5585289.

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

Color convert

RGB1375785-
CMYK00.580.380.46
HSL339º41.24%38.04%-
HSV(B)339º58.39%53.73%-
XYZ13.428.99.61-
YUV84.11128.5165.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=49.10%
G=20.43%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137578500.580.380.4633941.2438.04
Hex89395503A262E1532926
Octal2117112507246565235146
Binary1000100111100110101010111010100110101110101010011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893955; }

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

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

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

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

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

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

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

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