Shades of Camelot #81414A
Tints of Camelot #81414A
RGB
CMYK
RGB Variations
Color information
#81414A (or 0x81414A) is known color: Camelot. HEX triplet: 81, 41 and 4A. RGB value is (129,65,74). Sum of RGB (Red+Green+Blue) = 129+65+74=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #81414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81414A is #7EBEB5. Grayscale: #555555. Windows color (decimal): -8306358 or 4866433. OLE color: 4866433.
HSL color Cylindrical-coordinate representation of color #81414A: hue angle of 351.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81414A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 74 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.49 |
| HSL | 351.56º | 0.33% | 0.38% | - |
| HSV(B) | 351.56º | 0.5% | 0.51% | - |
| XYZ | 12.18 | 8.94 | 7.56 | - |
| YUV | 85.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 74 | 0 | 0.50 | 0.43 | 0.49 | 351.56 | 0.33 | 0.38 |
| Hex | 81 | 41 | 4A | 0 | 32 | 2B | 31 | 160 | 21 | 26 |
| Octal | 201 | 101 | 112 | 0 | 62 | 53 | 61 | 540 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1001010 | 0 | 110010 | 101011 | 110001 | 101100000 | 100001 | 100110 |
Color Harmonies of #81414A
Complementary color
Monochromatic Colors of #81414A
Black with #81414A
Text Example
Text Example
White with #81414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81414A; }
p { color: rgb(129,65,74); }
H1.HeaderClassName
{
color: #81414A;
}
.AnyTagClassName
{
color: #81414A;
}
</style>
background-color css
<style>
a { background-color: #81414A; }
a { background-color: rgb(129,65,74); }
div.DivClassName
{
background-color: #81414A;
}
.BgClassName
{
background-color: #81414A;
}
</style>
border-color css
<style>
span { border-color: #81414A; }
span { border-color: rgb(129,65,74); }
td.TdClassName
{
border-color: #81414A;
}
.TagClassName
{
border-color: #81414A;
}
</style>