Shades of Camelot #8B3549
Tints of Camelot #8B3549
RGB
CMYK
RGB Variations
Color information
#8B3549 (or 0x8B3549) is known color: Camelot. HEX triplet: 8B, 35 and 49. RGB value is (139,53,73). Sum of RGB (Red+Green+Blue) = 139+53+73=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3549 is #74CAB6. Grayscale: #515151. Windows color (decimal): -7654071 or 4797835. OLE color: 4797835.
HSL color Cylindrical-coordinate representation of color #8B3549: hue angle of 346.05º 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 #8B3549 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 73 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.45 |
| HSL | 346.05º | 0.45% | 0.38% | - |
| HSV(B) | 346.05º | 0.62% | 0.55% | - |
| XYZ | 13.12 | 8.52 | 7.26 | - |
| YUV | 80.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 73 | 0 | 0.62 | 0.47 | 0.45 | 346.05 | 0.45 | 0.38 |
| Hex | 8B | 35 | 49 | 0 | 3E | 2F | 2D | 15A | 2D | 26 |
| Octal | 213 | 65 | 111 | 0 | 76 | 57 | 55 | 532 | 55 | 46 |
| Binary | 10001011 | 110101 | 1001001 | 0 | 111110 | 101111 | 101101 | 101011010 | 101101 | 100110 |
Color Harmonies of #8B3549
Complementary color
Monochromatic Colors of #8B3549
Black with #8B3549
Text Example
Text Example
White with #8B3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3549; }
p { color: rgb(139,53,73); }
H1.HeaderClassName
{
color: #8B3549;
}
.AnyTagClassName
{
color: #8B3549;
}
</style>
background-color css
<style>
a { background-color: #8B3549; }
a { background-color: rgb(139,53,73); }
div.DivClassName
{
background-color: #8B3549;
}
.BgClassName
{
background-color: #8B3549;
}
</style>
border-color css
<style>
span { border-color: #8B3549; }
span { border-color: rgb(139,53,73); }
td.TdClassName
{
border-color: #8B3549;
}
.TagClassName
{
border-color: #8B3549;
}
</style>