Shades of Camelot #8B3B4A
Tints of Camelot #8B3B4A
RGB
CMYK
RGB Variations
Color information
#8B3B4A (or 0x8B3B4A) is known color: Camelot. HEX triplet: 8B, 3B and 4A. RGB value is (139,59,74). Sum of RGB (Red+Green+Blue) = 139+59+74=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3B4A is #74C4B5. Grayscale: #545454. Windows color (decimal): -7652534 or 4864907. OLE color: 4864907.
HSL color Cylindrical-coordinate representation of color #8B3B4A: hue angle of 348.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3B4A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 59 | 74 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.45 |
| HSL | 348.75º | 0.4% | 0.39% | - |
| HSV(B) | 348.75º | 0.58% | 0.55% | - |
| XYZ | 13.45 | 9.11 | 7.53 | - |
| YUV | 84.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 74 | 0 | 0.58 | 0.47 | 0.45 | 348.75 | 0.4 | 0.39 |
| Hex | 8B | 3B | 4A | 0 | 3A | 2F | 2D | 15D | 28 | 27 |
| Octal | 213 | 73 | 112 | 0 | 72 | 57 | 55 | 535 | 50 | 47 |
| Binary | 10001011 | 111011 | 1001010 | 0 | 111010 | 101111 | 101101 | 101011101 | 101000 | 100111 |
Color Harmonies of #8B3B4A
Complementary color
Monochromatic Colors of #8B3B4A
Black with #8B3B4A
Text Example
Text Example
White with #8B3B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3B4A; }
p { color: rgb(139,59,74); }
H1.HeaderClassName
{
color: #8B3B4A;
}
.AnyTagClassName
{
color: #8B3B4A;
}
</style>
background-color css
<style>
a { background-color: #8B3B4A; }
a { background-color: rgb(139,59,74); }
div.DivClassName
{
background-color: #8B3B4A;
}
.BgClassName
{
background-color: #8B3B4A;
}
</style>
border-color css
<style>
span { border-color: #8B3B4A; }
span { border-color: rgb(139,59,74); }
td.TdClassName
{
border-color: #8B3B4A;
}
.TagClassName
{
border-color: #8B3B4A;
}
</style>