#893443

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

Shades of Camelot #893443

Tints of Camelot #893443

Color information

#893443 (or 0x893443) is unknown color: approx Camelot. HEX triplet: 89, 34 and 43. RGB value is (137,52,67). Sum of RGB (Red+Green+Blue) = 137+52+67=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893443 is #76CBBC. Grayscale: #4F4F4F. Windows color (decimal): -7785405 or 4404361. OLE color: 4404361.

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

Color convert

RGB1375267-
CMYK00.620.510.46
HSL349.41º44.97%37.06%-
HSV(B)349.41º62.04%53.73%-
XYZ12.568.186.23-
YUV79.12121.16169.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=53.52%
G=20.31%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137526700.620.510.46349.4144.9737.06
Hex89344303E332E15d2d25
Octal2116410307663565355545
Binary1000100111010010000110111110110011101110101011101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893443; }

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

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

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

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

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

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

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

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