Shades of Camelot #82374F
Tints of Camelot #82374F
RGB
CMYK
RGB Variations
Color information
#82374F (or 0x82374F) is known color: Camelot. HEX triplet: 82, 37 and 4F. RGB value is (130,55,79). Sum of RGB (Red+Green+Blue) = 130+55+79=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82374F is #7DC8B0. Grayscale: #505050. Windows color (decimal): -8243377 or 5191554. OLE color: 5191554.
HSL color Cylindrical-coordinate representation of color #82374F: hue angle of 340.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82374F is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 79 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.49 |
| HSL | 340.8º | 0.41% | 0.36% | - |
| HSV(B) | 340.8º | 0.58% | 0.51% | - |
| XYZ | 11.98 | 8.04 | 8.32 | - |
| YUV | 80.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 79 | 0 | 0.58 | 0.39 | 0.49 | 340.8 | 0.41 | 0.36 |
| Hex | 82 | 37 | 4F | 0 | 3A | 27 | 31 | 155 | 29 | 24 |
| Octal | 202 | 67 | 117 | 0 | 72 | 47 | 61 | 525 | 51 | 44 |
| Binary | 10000010 | 110111 | 1001111 | 0 | 111010 | 100111 | 110001 | 101010101 | 101001 | 100100 |
Color Harmonies of #82374F
Complementary color
Monochromatic Colors of #82374F
Black with #82374F
Text Example
Text Example
White with #82374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82374F; }
p { color: rgb(130,55,79); }
H1.HeaderClassName
{
color: #82374F;
}
.AnyTagClassName
{
color: #82374F;
}
</style>
background-color css
<style>
a { background-color: #82374F; }
a { background-color: rgb(130,55,79); }
div.DivClassName
{
background-color: #82374F;
}
.BgClassName
{
background-color: #82374F;
}
</style>
border-color css
<style>
span { border-color: #82374F; }
span { border-color: rgb(130,55,79); }
td.TdClassName
{
border-color: #82374F;
}
.TagClassName
{
border-color: #82374F;
}
</style>