#893A48

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

Shades of Camelot #893A48

Tints of Camelot #893A48

Color information

#893A48 (or 0x893A48) is unknown color: approx Camelot. HEX triplet: 89, 3A and 48. RGB value is (137,58,72). Sum of RGB (Red+Green+Blue) = 137+58+72=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #893A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A48 is #76C5B7. Grayscale: #535353. Windows color (decimal): -7783864 or 4733577. OLE color: 4733577.

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

Color convert

RGB1375872-
CMYK00.580.470.46
HSL349.37º40.51%38.24%-
HSV(B)349.37º57.66%53.73%-
XYZ138.817.15-
YUV83.22121.67166.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=51.31%
G=21.72%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137587200.580.470.46349.3740.5138.24
Hex893A4803A2F2E15d2926
Octal2117211007257565355146
Binary1000100111101010010000111010101111101110101011101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,58,72); }

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

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

 a { background-color: rgb(137,58,72); }

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

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

 span { border-color: rgb(137,58,72); }

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