#893E55

Color #893E55 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #893E55

Tints of Camelot #893E55

Color information

#893E55 (or 0x893E55) is unknown color: approx Camelot. HEX triplet: 89, 3E and 55. RGB value is (137,62,85). Sum of RGB (Red+Green+Blue) = 137+62+85=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #893E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E55 is #76C1AA. Grayscale: #575757. Windows color (decimal): -7782827 or 5586569. OLE color: 5586569.

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

Color convert

RGB1376285-
CMYK00.550.380.46
HSL341.6º37.69%39.02%-
HSV(B)341.6º54.74%53.73%-
XYZ13.689.429.69-
YUV87.05126.85163.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=48.24%
G=21.83%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137628500.550.380.46341.637.6939.02
Hex893E55037262E1562627
Octal2117612506746565264647
Binary1000100111111010101010110111100110101110101010110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E55; }

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

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

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

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

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

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

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

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