#893768

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

Shades of Rose Bud Cherry #893768

Tints of Rose Bud Cherry #893768

Color information

#893768 (or 0x893768) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 37 and 68. RGB value is (137,55,104). Sum of RGB (Red+Green+Blue) = 137+55+104=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #893768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893768 is #76C897. Grayscale: #545454. Windows color (decimal): -7784600 or 6829961. OLE color: 6829961.

HSL color Cylindrical-coordinate representation of color #893768: hue angle of 324.15º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893768 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13755104-
CMYK00.600.240.46
HSL324.15º42.71%37.65%-
HSV(B)324.15º59.85%53.73%-
XYZ14.189.0514.1-
YUV85.1138.67165.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=46.28%
G=18.58%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375510400.600.240.46324.1542.7137.65
Hex89376803C182E1442b26
Octal2116715007430565045346
Binary100010011101111101000011110011000101110101000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893768; }

 p { color: rgb(137,55,104); }

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

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

 a { background-color: rgb(137,55,104); }

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

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

 span { border-color: rgb(137,55,104); }

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