Shades of Camelot #81414F
Tints of Camelot #81414F
RGB
CMYK
RGB Variations
Color information
#81414F (or 0x81414F) is known color: Camelot. HEX triplet: 81, 41 and 4F. RGB value is (129,65,79). Sum of RGB (Red+Green+Blue) = 129+65+79=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81414F is #7EBEB0. Grayscale: #555555. Windows color (decimal): -8306353 or 5194113. OLE color: 5194113.
HSL color Cylindrical-coordinate representation of color #81414F: hue angle of 346.88º 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 #81414F is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 79 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.49 |
| HSL | 346.88º | 0.33% | 0.38% | - |
| HSV(B) | 346.88º | 0.5% | 0.51% | - |
| XYZ | 12.35 | 9.01 | 8.49 | - |
| YUV | 85.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 79 | 0 | 0.50 | 0.39 | 0.49 | 346.88 | 0.33 | 0.38 |
| Hex | 81 | 41 | 4F | 0 | 32 | 27 | 31 | 15B | 21 | 26 |
| Octal | 201 | 101 | 117 | 0 | 62 | 47 | 61 | 533 | 41 | 46 |
| Binary | 10000001 | 1000001 | 1001111 | 0 | 110010 | 100111 | 110001 | 101011011 | 100001 | 100110 |
Color Harmonies of #81414F
Complementary color
Monochromatic Colors of #81414F
Black with #81414F
Text Example
Text Example
White with #81414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81414F; }
p { color: rgb(129,65,79); }
H1.HeaderClassName
{
color: #81414F;
}
.AnyTagClassName
{
color: #81414F;
}
</style>
background-color css
<style>
a { background-color: #81414F; }
a { background-color: rgb(129,65,79); }
div.DivClassName
{
background-color: #81414F;
}
.BgClassName
{
background-color: #81414F;
}
</style>
border-color css
<style>
span { border-color: #81414F; }
span { border-color: rgb(129,65,79); }
td.TdClassName
{
border-color: #81414F;
}
.TagClassName
{
border-color: #81414F;
}
</style>