#893E58

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

Shades of Camelot #893E58

Tints of Camelot #893E58

Color information

#893E58 (or 0x893E58) is unknown color: approx Camelot. HEX triplet: 89, 3E and 58. RGB value is (137,62,88). Sum of RGB (Red+Green+Blue) = 137+62+88=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E58 is #76C1A7. Grayscale: #575757. Windows color (decimal): -7782824 or 5783177. OLE color: 5783177.

HSL color Cylindrical-coordinate representation of color #893E58: hue angle of 339.2º 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 #893E58 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1376288-
CMYK00.550.360.46
HSL339.2º37.69%39.02%-
HSV(B)339.2º54.74%53.73%-
XYZ13.89.4710.33-
YUV87.39128.35163.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=47.74%
G=21.60%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137628800.550.360.46339.237.6939.02
Hex893E58037242E1532627
Octal2117613006744565234647
Binary1000100111111010110000110111100100101110101010011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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