#8B3448

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

Shades of Camelot #8B3448

Tints of Camelot #8B3448

Color information

#8B3448 (or 0x8B3448) is unknown color: approx Camelot. HEX triplet: 8B, 34 and 48. RGB value is (139,52,72). Sum of RGB (Red+Green+Blue) = 139+52+72=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3448 is #74CBB7. Grayscale: #505050. Windows color (decimal): -7654328 or 4732043. OLE color: 4732043.

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

Color convert

RGB1395272-
CMYK00.630.480.45
HSL346.21º45.55%37.45%-
HSV(B)346.21º62.59%54.51%-
XYZ13.058.417.07-
YUV80.29123.32169.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.85%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=52.85%
G=19.77%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139527200.630.480.45346.2145.5537.45
Hex8B344803F302D15a2e25
Octal2136411007760555325645
Binary1000101111010010010000111111110000101101101011010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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