#893447

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

Shades of Camelot #893447

Tints of Camelot #893447

Color information

#893447 (or 0x893447) is unknown color: approx Camelot. HEX triplet: 89, 34 and 47. RGB value is (137,52,71). Sum of RGB (Red+Green+Blue) = 137+52+71=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893447 is #76CBB8. Grayscale: #4F4F4F. Windows color (decimal): -7785401 or 4666505. OLE color: 4666505.

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

Color convert

RGB1375271-
CMYK00.620.480.46
HSL346.59º44.97%37.06%-
HSV(B)346.59º62.04%53.73%-
XYZ12.688.236.88-
YUV79.58123.16168.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=52.69%
G=20%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137527100.620.480.46346.5944.9737.06
Hex89344703E302E15b2d25
Octal2116410707660565335545
Binary1000100111010010001110111110110000101110101011011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893447; }

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

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

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

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

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

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

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

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