Shades of Camelot #82394F
Tints of Camelot #82394F
RGB
CMYK
RGB Variations
Color information
#82394F (or 0x82394F) is known color: Camelot. HEX triplet: 82, 39 and 4F. RGB value is (130,57,79). Sum of RGB (Red+Green+Blue) = 130+57+79=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #82394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82394F is #7DC6B0. Grayscale: #515151. Windows color (decimal): -8242865 or 5192066. OLE color: 5192066.
HSL color Cylindrical-coordinate representation of color #82394F: hue angle of 341.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82394F is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 57 | 79 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.49 |
| HSL | 341.92º | 0.39% | 0.37% | - |
| HSV(B) | 341.92º | 0.56% | 0.51% | - |
| XYZ | 12.08 | 8.24 | 8.35 | - |
| YUV | 81.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 79 | 0 | 0.56 | 0.39 | 0.49 | 341.92 | 0.39 | 0.37 |
| Hex | 82 | 39 | 4F | 0 | 38 | 27 | 31 | 156 | 27 | 25 |
| Octal | 202 | 71 | 117 | 0 | 70 | 47 | 61 | 526 | 47 | 45 |
| Binary | 10000010 | 111001 | 1001111 | 0 | 111000 | 100111 | 110001 | 101010110 | 100111 | 100101 |
Color Harmonies of #82394F
Complementary color
Monochromatic Colors of #82394F
Black with #82394F
Text Example
Text Example
White with #82394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82394F; }
p { color: rgb(130,57,79); }
H1.HeaderClassName
{
color: #82394F;
}
.AnyTagClassName
{
color: #82394F;
}
</style>
background-color css
<style>
a { background-color: #82394F; }
a { background-color: rgb(130,57,79); }
div.DivClassName
{
background-color: #82394F;
}
.BgClassName
{
background-color: #82394F;
}
</style>
border-color css
<style>
span { border-color: #82394F; }
span { border-color: rgb(130,57,79); }
td.TdClassName
{
border-color: #82394F;
}
.TagClassName
{
border-color: #82394F;
}
</style>