Shades of Camelot #82384A
Tints of Camelot #82384A
RGB
CMYK
RGB Variations
Color information
#82384A (or 0x82384A) is known color: Camelot. HEX triplet: 82, 38 and 4A. RGB value is (130,56,74). Sum of RGB (Red+Green+Blue) = 130+56+74=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82384A is #7DC7B5. Grayscale: #505050. Windows color (decimal): -8243126 or 4864130. OLE color: 4864130.
HSL color Cylindrical-coordinate representation of color #82384A: hue angle of 345.41º 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 #82384A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 74 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.49 |
| HSL | 345.41º | 0.4% | 0.36% | - |
| HSV(B) | 345.41º | 0.57% | 0.51% | - |
| XYZ | 11.86 | 8.07 | 7.41 | - |
| YUV | 80.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 74 | 0 | 0.57 | 0.43 | 0.49 | 345.41 | 0.4 | 0.36 |
| Hex | 82 | 38 | 4A | 0 | 39 | 2B | 31 | 159 | 28 | 24 |
| Octal | 202 | 70 | 112 | 0 | 71 | 53 | 61 | 531 | 50 | 44 |
| Binary | 10000010 | 111000 | 1001010 | 0 | 111001 | 101011 | 110001 | 101011001 | 101000 | 100100 |
Color Harmonies of #82384A
Complementary color
Monochromatic Colors of #82384A
Black with #82384A
Text Example
Text Example
White with #82384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82384A; }
p { color: rgb(130,56,74); }
H1.HeaderClassName
{
color: #82384A;
}
.AnyTagClassName
{
color: #82384A;
}
</style>
background-color css
<style>
a { background-color: #82384A; }
a { background-color: rgb(130,56,74); }
div.DivClassName
{
background-color: #82384A;
}
.BgClassName
{
background-color: #82384A;
}
</style>
border-color css
<style>
span { border-color: #82384A; }
span { border-color: rgb(130,56,74); }
td.TdClassName
{
border-color: #82384A;
}
.TagClassName
{
border-color: #82384A;
}
</style>