Shades of Camelot #8B3950
Tints of Camelot #8B3950
RGB
CMYK
RGB Variations
Color information
#8B3950 (or 0x8B3950) is known color: Camelot. HEX triplet: 8B, 39 and 50. RGB value is (139,57,80). Sum of RGB (Red+Green+Blue) = 139+57+80=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3950 is #74C6AF. Grayscale: #545454. Windows color (decimal): -7653040 or 5257611. OLE color: 5257611.
HSL color Cylindrical-coordinate representation of color #8B3950: hue angle of 343.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B3950 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 80 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.45 |
| HSL | 343.17º | 0.42% | 0.38% | - |
| HSV(B) | 343.17º | 0.59% | 0.55% | - |
| XYZ | 13.56 | 8.99 | 8.61 | - |
| YUV | 84.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 80 | 0 | 0.59 | 0.42 | 0.45 | 343.17 | 0.42 | 0.38 |
| Hex | 8B | 39 | 50 | 0 | 3B | 2A | 2D | 157 | 2A | 26 |
| Octal | 213 | 71 | 120 | 0 | 73 | 52 | 55 | 527 | 52 | 46 |
| Binary | 10001011 | 111001 | 1010000 | 0 | 111011 | 101010 | 101101 | 101010111 | 101010 | 100110 |
Color Harmonies of #8B3950
Complementary color
Monochromatic Colors of #8B3950
Black with #8B3950
Text Example
Text Example
White with #8B3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3950; }
p { color: rgb(139,57,80); }
H1.HeaderClassName
{
color: #8B3950;
}
.AnyTagClassName
{
color: #8B3950;
}
</style>
background-color css
<style>
a { background-color: #8B3950; }
a { background-color: rgb(139,57,80); }
div.DivClassName
{
background-color: #8B3950;
}
.BgClassName
{
background-color: #8B3950;
}
</style>
border-color css
<style>
span { border-color: #8B3950; }
span { border-color: rgb(139,57,80); }
td.TdClassName
{
border-color: #8B3950;
}
.TagClassName
{
border-color: #8B3950;
}
</style>