#893446

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

Shades of Camelot #893446

Tints of Camelot #893446

Color information

#893446 (or 0x893446) is unknown color: approx Camelot. HEX triplet: 89, 34 and 46. RGB value is (137,52,70). Sum of RGB (Red+Green+Blue) = 137+52+70=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893446 is #76CBB9. Grayscale: #4F4F4F. Windows color (decimal): -7785402 or 4600969. OLE color: 4600969.

HSL color Cylindrical-coordinate representation of color #893446: hue angle of 347.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893446 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1375270-
CMYK00.620.490.46
HSL347.29º44.97%37.06%-
HSV(B)347.29º62.04%53.73%-
XYZ12.658.226.71-
YUV79.47122.66169.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=52.90%
G=20.08%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137527000.620.490.46347.2944.9737.06
Hex89344603E312E15b2d25
Octal2116410607661565335545
Binary1000100111010010001100111110110001101110101011011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893446; }

 p { color: rgb(137,52,70); }

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

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

 a { background-color: rgb(137,52,70); }

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

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

 span { border-color: rgb(137,52,70); }

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