#8B3646

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

Shades of Camelot #8B3646

Tints of Camelot #8B3646

Color information

#8B3646 (or 0x8B3646) is unknown color: approx Camelot. HEX triplet: 8B, 36 and 46. RGB value is (139,54,70). Sum of RGB (Red+Green+Blue) = 139+54+70=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3646 is #74C9B9. Grayscale: #515151. Windows color (decimal): -7653818 or 4601483. OLE color: 4601483.

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

Color convert

RGB1395470-
CMYK00.610.500.45
HSL348.71º44.04%37.84%-
HSV(B)348.71º61.15%54.51%-
XYZ13.078.576.76-
YUV81.24121.66169.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=52.85%
G=20.53%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139547000.610.500.45348.7144.0437.84
Hex8B364603D322D15d2c26
Octal2136610607562555355446
Binary1000101111011010001100111101110010101101101011101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,70); }

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

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

 a { background-color: rgb(139,54,70); }

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

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

 span { border-color: rgb(139,54,70); }

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