#893C51

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

Shades of Camelot #893C51

Tints of Camelot #893C51

Color information

#893C51 (or 0x893C51) is unknown color: approx Camelot. HEX triplet: 89, 3C and 51. RGB value is (137,60,81). Sum of RGB (Red+Green+Blue) = 137+60+81=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #893C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C51 is #76C3AE. Grayscale: #555555. Windows color (decimal): -7783343 or 5323913. OLE color: 5323913.

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

Color convert

RGB1376081-
CMYK00.560.410.46
HSL343.64º39.09%38.63%-
HSV(B)343.64º56.2%53.73%-
XYZ13.429.148.84-
YUV85.42125.51164.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=49.28%
G=21.58%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137608100.560.410.46343.6439.0938.63
Hex893C51038292E1582727
Octal2117412107051565304747
Binary1000100111110010100010111000101001101110101011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,60,81); }

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

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

 a { background-color: rgb(137,60,81); }

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

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

 span { border-color: rgb(137,60,81); }

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