#8A3B52

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

Shades of Camelot #8A3B52

Tints of Camelot #8A3B52

Color information

#8A3B52 (or 0x8A3B52) is unknown color: approx Camelot. HEX triplet: 8A, 3B and 52. RGB value is (138,59,82). Sum of RGB (Red+Green+Blue) = 138+59+82=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3B52 is #75C4AD. Grayscale: #555555. Windows color (decimal): -7718062 or 5389194. OLE color: 5389194.

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

Color convert

RGB1385982-
CMYK00.570.410.46
HSL342.53º40.1%38.63%-
HSV(B)342.53º57.25%54.12%-
XYZ13.579.149.03-
YUV85.24126.17165.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=49.46%
G=21.15%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138598200.570.410.46342.5340.138.63
Hex8A3B52039292E1572827
Octal2127312207151565275047
Binary1000101011101110100100111001101001101110101010111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,59,82); }

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

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

 a { background-color: rgb(138,59,82); }

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

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

 span { border-color: rgb(138,59,82); }

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