Shades of Camelot #83374B
Tints of Camelot #83374B
RGB
CMYK
RGB Variations
Color information
#83374B (or 0x83374B) is known color: Camelot. HEX triplet: 83, 37 and 4B. RGB value is (131,55,75). Sum of RGB (Red+Green+Blue) = 131+55+75=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83374B is #7CC8B4. Grayscale: #505050. Windows color (decimal): -8177845 or 4929411. OLE color: 4929411.
HSL color Cylindrical-coordinate representation of color #83374B: hue angle of 344.21º 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 #83374B is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 55 | 75 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.49 |
| HSL | 344.21º | 0.41% | 0.36% | - |
| HSV(B) | 344.21º | 0.58% | 0.51% | - |
| XYZ | 12 | 8.07 | 7.58 | - |
| YUV | 80 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 75 | 0 | 0.58 | 0.43 | 0.49 | 344.21 | 0.41 | 0.36 |
| Hex | 83 | 37 | 4B | 0 | 3A | 2B | 31 | 158 | 29 | 24 |
| Octal | 203 | 67 | 113 | 0 | 72 | 53 | 61 | 530 | 51 | 44 |
| Binary | 10000011 | 110111 | 1001011 | 0 | 111010 | 101011 | 110001 | 101011000 | 101001 | 100100 |
Color Harmonies of #83374B
Complementary color
Monochromatic Colors of #83374B
Black with #83374B
Text Example
Text Example
White with #83374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83374B; }
p { color: rgb(131,55,75); }
H1.HeaderClassName
{
color: #83374B;
}
.AnyTagClassName
{
color: #83374B;
}
</style>
background-color css
<style>
a { background-color: #83374B; }
a { background-color: rgb(131,55,75); }
div.DivClassName
{
background-color: #83374B;
}
.BgClassName
{
background-color: #83374B;
}
</style>
border-color css
<style>
span { border-color: #83374B; }
span { border-color: rgb(131,55,75); }
td.TdClassName
{
border-color: #83374B;
}
.TagClassName
{
border-color: #83374B;
}
</style>