#8B4156

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

Shades of Camelot #8B4156

Tints of Camelot #8B4156

Color information

#8B4156 (or 0x8B4156) is unknown color: approx Camelot. HEX triplet: 8B, 41 and 56. RGB value is (139,65,86). Sum of RGB (Red+Green+Blue) = 139+65+86=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4156 is #74BEA9. Grayscale: #595959. Windows color (decimal): -7650986 or 5652875. OLE color: 5652875.

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

Color convert

RGB1396586-
CMYK00.530.380.45
HSL342.97º36.27%40%-
HSV(B)342.97º53.24%54.51%-
XYZ14.229.949.97-
YUV89.52126.02163.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=47.93%
G=22.41%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139658600.530.380.45342.9736.2740
Hex8B4156035262D1572428
Octal21310112606546555274450
Binary10001011100000110101100110101100110101101101010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,65,86); }

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

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

 a { background-color: rgb(139,65,86); }

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

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

 span { border-color: rgb(139,65,86); }

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