#8A404D

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

Shades of Camelot #8A404D

Tints of Camelot #8A404D

Color information

#8A404D (or 0x8A404D) is unknown color: approx Camelot. HEX triplet: 8A, 40 and 4D. RGB value is (138,64,77). Sum of RGB (Red+Green+Blue) = 138+64+77=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A404D is #75BFB2. Grayscale: #575757. Windows color (decimal): -7716787 or 5062794. OLE color: 5062794.

HSL color Cylindrical-coordinate representation of color #8A404D: hue angle of 349.46º 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 #8A404D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1386477-
CMYK00.540.440.46
HSL349.46º36.63%39.61%-
HSV(B)349.46º53.62%54.12%-
XYZ13.659.618.16-
YUV87.61122.02163.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=49.46%
G=22.94%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138647700.540.440.46349.4636.6339.61
Hex8A404D0362C2E15d2528
Octal21210011506654565354550
Binary10001010100000010011010110110101100101110101011101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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