#8B4052

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

Shades of Camelot #8B4052

Tints of Camelot #8B4052

Color information

#8B4052 (or 0x8B4052) is unknown color: approx Camelot. HEX triplet: 8B, 40 and 52. RGB value is (139,64,82). Sum of RGB (Red+Green+Blue) = 139+64+82=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4052 is #74BFAD. Grayscale: #585858. Windows color (decimal): -7651246 or 5390475. OLE color: 5390475.

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

Color convert

RGB1396482-
CMYK00.540.410.45
HSL345.6º36.95%39.8%-
HSV(B)345.6º53.96%54.51%-
XYZ149.769.13-
YUV88.48124.35164.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=48.77%
G=22.46%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139648200.540.410.45345.636.9539.8
Hex8B4052036292D15a2528
Octal21310012206651555324550
Binary10001011100000010100100110110101001101101101011010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,64,82); }

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

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

 a { background-color: rgb(139,64,82); }

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

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

 span { border-color: rgb(139,64,82); }

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