#8B4152

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

Shades of Camelot #8B4152

Tints of Camelot #8B4152

Color information

#8B4152 (or 0x8B4152) is unknown color: approx Camelot. HEX triplet: 8B, 41 and 52. RGB value is (139,65,82). Sum of RGB (Red+Green+Blue) = 139+65+82=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4152 is #74BEAD. Grayscale: #595959. Windows color (decimal): -7650990 or 5390731. OLE color: 5390731.

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

Color convert

RGB1396582-
CMYK00.530.410.45
HSL346.22º36.27%40%-
HSV(B)346.22º53.24%54.51%-
XYZ14.069.889.15-
YUV89.06124.02163.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=48.60%
G=22.73%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139658200.530.410.45346.2236.2740
Hex8B4152035292D15a2428
Octal21310112206551555324450
Binary10001011100000110100100110101101001101101101011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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