#8B3449

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

Shades of Camelot #8B3449

Tints of Camelot #8B3449

Color information

#8B3449 (or 0x8B3449) is unknown color: approx Camelot. HEX triplet: 8B, 34 and 49. RGB value is (139,52,73). Sum of RGB (Red+Green+Blue) = 139+52+73=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3449 is #74CBB6. Grayscale: #505050. Windows color (decimal): -7654327 or 4797579. OLE color: 4797579.

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

Color convert

RGB1395273-
CMYK00.630.470.45
HSL345.52º45.55%37.45%-
HSV(B)345.52º62.59%54.51%-
XYZ13.088.437.24-
YUV80.41123.82169.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=52.65%
G=19.70%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139527300.630.470.45345.5245.5537.45
Hex8B344903F2F2D15a2e25
Octal2136411107757555325645
Binary1000101111010010010010111111101111101101101011010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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