#8B3548

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

Shades of Camelot #8B3548

Tints of Camelot #8B3548

Color information

#8B3548 (or 0x8B3548) is unknown color: approx Camelot. HEX triplet: 8B, 35 and 48. RGB value is (139,53,72). Sum of RGB (Red+Green+Blue) = 139+53+72=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3548 is #74CAB7. Grayscale: #505050. Windows color (decimal): -7654072 or 4732299. OLE color: 4732299.

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

Color convert

RGB1395372-
CMYK00.620.480.45
HSL346.74º44.79%37.65%-
HSV(B)346.74º61.87%54.51%-
XYZ13.098.57.08-
YUV80.88122.99169.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=52.65%
G=20.08%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139537200.620.480.45346.7444.7937.65
Hex8B354803E302D15b2d26
Octal2136511007660555335546
Binary1000101111010110010000111110110000101101101011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,72); }

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

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

 a { background-color: rgb(139,53,72); }

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

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

 span { border-color: rgb(139,53,72); }

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