#893449

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

Shades of Camelot #893449

Tints of Camelot #893449

Color information

#893449 (or 0x893449) is unknown color: approx Camelot. HEX triplet: 89, 34 and 49. RGB value is (137,52,73). Sum of RGB (Red+Green+Blue) = 137+52+73=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #893449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893449 is #76CBB6. Grayscale: #4F4F4F. Windows color (decimal): -7785399 or 4797577. OLE color: 4797577.

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

Color convert

RGB1375273-
CMYK00.620.470.46
HSL345.18º44.97%37.06%-
HSV(B)345.18º62.04%53.73%-
XYZ12.758.267.22-
YUV79.81124.16168.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=52.29%
G=19.85%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137527300.620.470.46345.1844.9737.06
Hex89344903E2F2E1592d25
Octal2116411107657565315545
Binary1000100111010010010010111110101111101110101011001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893449; }

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

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

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

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

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

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

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

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