#893A4B

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

Shades of Camelot #893A4B

Tints of Camelot #893A4B

Color information

#893A4B (or 0x893A4B) is unknown color: approx Camelot. HEX triplet: 89, 3A and 4B. RGB value is (137,58,75). Sum of RGB (Red+Green+Blue) = 137+58+75=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #893A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A4B is #76C5B4. Grayscale: #535353. Windows color (decimal): -7783861 or 4930185. OLE color: 4930185.

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

Color convert

RGB1375875-
CMYK00.580.450.46
HSL347.09º40.51%38.24%-
HSV(B)347.09º57.66%53.73%-
XYZ13.18.857.67-
YUV83.56123.17166.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=50.74%
G=21.48%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137587500.580.450.46347.0940.5138.24
Hex893A4B03A2D2E15b2926
Octal2117211307255565335146
Binary1000100111101010010110111010101101101110101011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A4B; }

 p { color: rgb(137,58,75); }

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

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

 a { background-color: rgb(137,58,75); }

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

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

 span { border-color: rgb(137,58,75); }

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