#8A394B

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

Shades of Camelot #8A394B

Tints of Camelot #8A394B

Color information

#8A394B (or 0x8A394B) is unknown color: approx Camelot. HEX triplet: 8A, 39 and 4B. RGB value is (138,57,75). Sum of RGB (Red+Green+Blue) = 138+57+75=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A394B is #75C6B4. Grayscale: #535353. Windows color (decimal): -7718581 or 4929930. OLE color: 4929930.

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

Color convert

RGB1385775-
CMYK00.590.460.46
HSL346.67º41.54%38.24%-
HSV(B)346.67º58.7%54.12%-
XYZ13.218.847.67-
YUV83.27123.34167.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=51.11%
G=21.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138577500.590.460.46346.6741.5438.24
Hex8A394B03B2E2E15b2a26
Octal2127111307356565335246
Binary1000101011100110010110111011101110101110101011011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,57,75); }

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

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

 a { background-color: rgb(138,57,75); }

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

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

 span { border-color: rgb(138,57,75); }

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