#8B4055

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

Shades of Camelot #8B4055

Tints of Camelot #8B4055

Color information

#8B4055 (or 0x8B4055) is unknown color: approx Camelot. HEX triplet: 8B, 40 and 55. RGB value is (139,64,85). Sum of RGB (Red+Green+Blue) = 139+64+85=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4055 is #74BFAA. Grayscale: #585858. Windows color (decimal): -7651243 or 5587083. OLE color: 5587083.

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

Color convert

RGB1396485-
CMYK00.540.390.45
HSL343.2º36.95%39.8%-
HSV(B)343.2º53.96%54.51%-
XYZ14.129.819.74-
YUV88.82125.85163.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=48.26%
G=22.22%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139648500.540.390.45343.236.9539.8
Hex8B4055036272D1572528
Octal21310012506647555274550
Binary10001011100000010101010110110100111101101101010111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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