Shades of Camelot #8F394B
Tints of Camelot #8F394B
RGB
CMYK
RGB Variations
Color information
#8F394B (or 0x8F394B) is known color: Camelot. HEX triplet: 8F, 39 and 4B. RGB value is (143,57,75). Sum of RGB (Red+Green+Blue) = 143+57+75=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F394B is #70C6B4. Grayscale: #545454. Windows color (decimal): -7390901 or 4929935. OLE color: 4929935.
HSL color Cylindrical-coordinate representation of color #8F394B: hue angle of 347.44º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F394B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 75 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.44 |
| HSL | 347.44º | 0.43% | 0.39% | - |
| HSV(B) | 347.44º | 0.6% | 0.56% | - |
| XYZ | 14.06 | 9.27 | 7.71 | - |
| YUV | 84.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 75 | 0 | 0.60 | 0.48 | 0.44 | 347.44 | 0.43 | 0.39 |
| Hex | 8F | 39 | 4B | 0 | 3C | 30 | 2C | 15B | 2B | 27 |
| Octal | 217 | 71 | 113 | 0 | 74 | 60 | 54 | 533 | 53 | 47 |
| Binary | 10001111 | 111001 | 1001011 | 0 | 111100 | 110000 | 101100 | 101011011 | 101011 | 100111 |
Color Harmonies of #8F394B
Complementary color
Monochromatic Colors of #8F394B
Black with #8F394B
Text Example
Text Example
White with #8F394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F394B; }
p { color: rgb(143,57,75); }
H1.HeaderClassName
{
color: #8F394B;
}
.AnyTagClassName
{
color: #8F394B;
}
</style>
background-color css
<style>
a { background-color: #8F394B; }
a { background-color: rgb(143,57,75); }
div.DivClassName
{
background-color: #8F394B;
}
.BgClassName
{
background-color: #8F394B;
}
</style>
border-color css
<style>
span { border-color: #8F394B; }
span { border-color: rgb(143,57,75); }
td.TdClassName
{
border-color: #8F394B;
}
.TagClassName
{
border-color: #8F394B;
}
</style>