Shades of Camelot #81324B
Tints of Camelot #81324B
RGB
CMYK
RGB Variations
Color information
#81324B (or 0x81324B) is known color: Camelot. HEX triplet: 81, 32 and 4B. RGB value is (129,50,75). Sum of RGB (Red+Green+Blue) = 129+50+75=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81324B is #7ECDB4. Grayscale: #4C4C4C. Windows color (decimal): -8310197 or 4928129. OLE color: 4928129.
HSL color Cylindrical-coordinate representation of color #81324B: hue angle of 341.01º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81324B is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 75 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.49 |
| HSL | 341.01º | 0.44% | 0.35% | - |
| HSV(B) | 341.01º | 0.61% | 0.51% | - |
| XYZ | 11.46 | 7.46 | 7.49 | - |
| YUV | 76.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 75 | 0 | 0.61 | 0.42 | 0.49 | 341.01 | 0.44 | 0.35 |
| Hex | 81 | 32 | 4B | 0 | 3D | 2A | 31 | 155 | 2C | 23 |
| Octal | 201 | 62 | 113 | 0 | 75 | 52 | 61 | 525 | 54 | 43 |
| Binary | 10000001 | 110010 | 1001011 | 0 | 111101 | 101010 | 110001 | 101010101 | 101100 | 100011 |
Color Harmonies of #81324B
Complementary color
Monochromatic Colors of #81324B
Black with #81324B
Text Example
Text Example
White with #81324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81324B; }
p { color: rgb(129,50,75); }
H1.HeaderClassName
{
color: #81324B;
}
.AnyTagClassName
{
color: #81324B;
}
</style>
background-color css
<style>
a { background-color: #81324B; }
a { background-color: rgb(129,50,75); }
div.DivClassName
{
background-color: #81324B;
}
.BgClassName
{
background-color: #81324B;
}
</style>
border-color css
<style>
span { border-color: #81324B; }
span { border-color: rgb(129,50,75); }
td.TdClassName
{
border-color: #81324B;
}
.TagClassName
{
border-color: #81324B;
}
</style>