#8A4050

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

Shades of Camelot #8A4050

Tints of Camelot #8A4050

Color information

#8A4050 (or 0x8A4050) is unknown color: approx Camelot. HEX triplet: 8A, 40 and 50. RGB value is (138,64,80). Sum of RGB (Red+Green+Blue) = 138+64+80=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4050 is #75BFAF. Grayscale: #575757. Windows color (decimal): -7716784 or 5259402. OLE color: 5259402.

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

Color convert

RGB1386480-
CMYK00.540.420.46
HSL347.03º36.63%39.61%-
HSV(B)347.03º53.62%54.12%-
XYZ13.769.658.73-
YUV87.95123.52163.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=48.94%
G=22.70%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138648000.540.420.46347.0336.6339.61
Hex8A40500362A2E15b2528
Octal21210012006652565334550
Binary10001010100000010100000110110101010101110101011011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4050; }

 p { color: rgb(138,64,80); }

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

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

 a { background-color: rgb(138,64,80); }

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

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

 span { border-color: rgb(138,64,80); }

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