#8B3444

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

Shades of Camelot #8B3444

Tints of Camelot #8B3444

Color information

#8B3444 (or 0x8B3444) is unknown color: approx Camelot. HEX triplet: 8B, 34 and 44. RGB value is (139,52,68). Sum of RGB (Red+Green+Blue) = 139+52+68=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3444 is #74CBBB. Grayscale: #4F4F4F. Windows color (decimal): -7654332 or 4469899. OLE color: 4469899.

HSL color Cylindrical-coordinate representation of color #8B3444: hue angle of 348.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3444 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1395268-
CMYK00.630.510.45
HSL348.97º45.55%37.45%-
HSV(B)348.97º62.59%54.51%-
XYZ12.928.366.4-
YUV79.84121.32170.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=53.67%
G=20.08%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139526800.630.510.45348.9745.5537.45
Hex8B344403F332D15d2e25
Octal2136410407763555355645
Binary1000101111010010001000111111110011101101101011101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,68); }

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

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

 a { background-color: rgb(139,52,68); }

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

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

 span { border-color: rgb(139,52,68); }

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