#8A3849

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

Shades of Camelot #8A3849

Tints of Camelot #8A3849

Color information

#8A3849 (or 0x8A3849) is unknown color: approx Camelot. HEX triplet: 8A, 38 and 49. RGB value is (138,56,73). Sum of RGB (Red+Green+Blue) = 138+56+73=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3849 is #75C7B6. Grayscale: #525252. Windows color (decimal): -7718839 or 4798602. OLE color: 4798602.

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

Color convert

RGB1385673-
CMYK00.590.470.46
HSL347.56º42.27%38.04%-
HSV(B)347.56º59.42%54.12%-
XYZ13.18.717.29-
YUV82.46122.67167.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=51.69%
G=20.97%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138567300.590.470.46347.5642.2738.04
Hex8A384903B2F2E15c2a26
Octal2127011107357565345246
Binary1000101011100010010010111011101111101110101011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,56,73); }

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

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

 a { background-color: rgb(138,56,73); }

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

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

 span { border-color: rgb(138,56,73); }

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