#893951

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

Shades of Camelot #893951

Tints of Camelot #893951

Color information

#893951 (or 0x893951) is unknown color: approx Camelot. HEX triplet: 89, 39 and 51. RGB value is (137,57,81). Sum of RGB (Red+Green+Blue) = 137+57+81=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #893951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893951 is #76C6AE. Grayscale: #535353. Windows color (decimal): -7784111 or 5323145. OLE color: 5323145.

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

Color convert

RGB1375781-
CMYK00.580.410.46
HSL342º41.24%38.04%-
HSV(B)342º58.39%53.73%-
XYZ13.268.848.79-
YUV83.66126.5166.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=49.82%
G=20.73%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137578100.580.410.4634241.2438.04
Hex89395103A292E1562926
Octal2117112107251565265146
Binary1000100111100110100010111010101001101110101010110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893951; }

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

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

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

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

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

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

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

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