Shades of Camelot #82384D
Tints of Camelot #82384D
RGB
CMYK
RGB Variations
Color information
#82384D (or 0x82384D) is known color: Camelot. HEX triplet: 82, 38 and 4D. RGB value is (130,56,77). Sum of RGB (Red+Green+Blue) = 130+56+77=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82384D is #7DC7B2. Grayscale: #505050. Windows color (decimal): -8243123 or 5060738. OLE color: 5060738.
HSL color Cylindrical-coordinate representation of color #82384D: hue angle of 342.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82384D is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 77 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.49 |
| HSL | 342.97º | 0.4% | 0.36% | - |
| HSV(B) | 342.97º | 0.57% | 0.51% | - |
| XYZ | 11.96 | 8.11 | 7.96 | - |
| YUV | 80.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 77 | 0 | 0.57 | 0.41 | 0.49 | 342.97 | 0.4 | 0.36 |
| Hex | 82 | 38 | 4D | 0 | 39 | 29 | 31 | 157 | 28 | 24 |
| Octal | 202 | 70 | 115 | 0 | 71 | 51 | 61 | 527 | 50 | 44 |
| Binary | 10000010 | 111000 | 1001101 | 0 | 111001 | 101001 | 110001 | 101010111 | 101000 | 100100 |
Color Harmonies of #82384D
Complementary color
Monochromatic Colors of #82384D
Black with #82384D
Text Example
Text Example
White with #82384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82384D; }
p { color: rgb(130,56,77); }
H1.HeaderClassName
{
color: #82384D;
}
.AnyTagClassName
{
color: #82384D;
}
</style>
background-color css
<style>
a { background-color: #82384D; }
a { background-color: rgb(130,56,77); }
div.DivClassName
{
background-color: #82384D;
}
.BgClassName
{
background-color: #82384D;
}
</style>
border-color css
<style>
span { border-color: #82384D; }
span { border-color: rgb(130,56,77); }
td.TdClassName
{
border-color: #82384D;
}
.TagClassName
{
border-color: #82384D;
}
</style>