Shades of Camelot #8B4250
Tints of Camelot #8B4250
RGB
CMYK
RGB Variations
Color information
#8B4250 (or 0x8B4250) is known color: Camelot. HEX triplet: 8B, 42 and 50. RGB value is (139,66,80). Sum of RGB (Red+Green+Blue) = 139+66+80=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4250 is #74BDAF. Grayscale: #595959. Windows color (decimal): -7650736 or 5259915. OLE color: 5259915.
HSL color Cylindrical-coordinate representation of color #8B4250: hue angle of 348.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4250 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 80 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.45 |
| HSL | 348.49º | 0.36% | 0.4% | - |
| HSV(B) | 348.49º | 0.53% | 0.55% | - |
| XYZ | 14.04 | 9.96 | 8.77 | - |
| YUV | 89.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 80 | 0 | 0.53 | 0.42 | 0.45 | 348.49 | 0.36 | 0.4 |
| Hex | 8B | 42 | 50 | 0 | 35 | 2A | 2D | 15C | 24 | 28 |
| Octal | 213 | 102 | 120 | 0 | 65 | 52 | 55 | 534 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1010000 | 0 | 110101 | 101010 | 101101 | 101011100 | 100100 | 101000 |
Color Harmonies of #8B4250
Complementary color
Monochromatic Colors of #8B4250
Black with #8B4250
Text Example
Text Example
White with #8B4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4250; }
p { color: rgb(139,66,80); }
H1.HeaderClassName
{
color: #8B4250;
}
.AnyTagClassName
{
color: #8B4250;
}
</style>
background-color css
<style>
a { background-color: #8B4250; }
a { background-color: rgb(139,66,80); }
div.DivClassName
{
background-color: #8B4250;
}
.BgClassName
{
background-color: #8B4250;
}
</style>
border-color css
<style>
span { border-color: #8B4250; }
span { border-color: rgb(139,66,80); }
td.TdClassName
{
border-color: #8B4250;
}
.TagClassName
{
border-color: #8B4250;
}
</style>