Shades of Camelot #8A4250
Tints of Camelot #8A4250
RGB
CMYK
RGB Variations
Color information
#8A4250 (or 0x8A4250) is known color: Camelot. HEX triplet: 8A, 42 and 50. RGB value is (138,66,80). Sum of RGB (Red+Green+Blue) = 138+66+80=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4250 is #75BDAF. Grayscale: #595959. Windows color (decimal): -7716272 or 5259914. OLE color: 5259914.
HSL color Cylindrical-coordinate representation of color #8A4250: hue angle of 348.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4250 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 66 | 80 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.46 |
| HSL | 348.33º | 0.35% | 0.4% | - |
| HSV(B) | 348.33º | 0.52% | 0.54% | - |
| XYZ | 13.88 | 9.88 | 8.76 | - |
| YUV | 89.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 80 | 0 | 0.52 | 0.42 | 0.46 | 348.33 | 0.35 | 0.4 |
| Hex | 8A | 42 | 50 | 0 | 34 | 2A | 2E | 15C | 23 | 28 |
| Octal | 212 | 102 | 120 | 0 | 64 | 52 | 56 | 534 | 43 | 50 |
| Binary | 10001010 | 1000010 | 1010000 | 0 | 110100 | 101010 | 101110 | 101011100 | 100011 | 101000 |
Color Harmonies of #8A4250
Complementary color
Monochromatic Colors of #8A4250
Black with #8A4250
Text Example
Text Example
White with #8A4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4250; }
p { color: rgb(138,66,80); }
H1.HeaderClassName
{
color: #8A4250;
}
.AnyTagClassName
{
color: #8A4250;
}
</style>
background-color css
<style>
a { background-color: #8A4250; }
a { background-color: rgb(138,66,80); }
div.DivClassName
{
background-color: #8A4250;
}
.BgClassName
{
background-color: #8A4250;
}
</style>
border-color css
<style>
span { border-color: #8A4250; }
span { border-color: rgb(138,66,80); }
td.TdClassName
{
border-color: #8A4250;
}
.TagClassName
{
border-color: #8A4250;
}
</style>