Shades of Camelot #83374C
Tints of Camelot #83374C
RGB
CMYK
RGB Variations
Color information
#83374C (or 0x83374C) is known color: Camelot. HEX triplet: 83, 37 and 4C. RGB value is (131,55,76). Sum of RGB (Red+Green+Blue) = 131+55+76=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83374C is #7CC8B3. Grayscale: #505050. Windows color (decimal): -8177844 or 4994947. OLE color: 4994947.
HSL color Cylindrical-coordinate representation of color #83374C: hue angle of 343.42º 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 #83374C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 55 | 76 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.49 |
| HSL | 343.42º | 0.41% | 0.36% | - |
| HSV(B) | 343.42º | 0.58% | 0.51% | - |
| XYZ | 12.03 | 8.08 | 7.76 | - |
| YUV | 80.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 76 | 0 | 0.58 | 0.42 | 0.49 | 343.42 | 0.41 | 0.36 |
| Hex | 83 | 37 | 4C | 0 | 3A | 2A | 31 | 157 | 29 | 24 |
| Octal | 203 | 67 | 114 | 0 | 72 | 52 | 61 | 527 | 51 | 44 |
| Binary | 10000011 | 110111 | 1001100 | 0 | 111010 | 101010 | 110001 | 101010111 | 101001 | 100100 |
Color Harmonies of #83374C
Complementary color
Monochromatic Colors of #83374C
Black with #83374C
Text Example
Text Example
White with #83374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83374C; }
p { color: rgb(131,55,76); }
H1.HeaderClassName
{
color: #83374C;
}
.AnyTagClassName
{
color: #83374C;
}
</style>
background-color css
<style>
a { background-color: #83374C; }
a { background-color: rgb(131,55,76); }
div.DivClassName
{
background-color: #83374C;
}
.BgClassName
{
background-color: #83374C;
}
</style>
border-color css
<style>
span { border-color: #83374C; }
span { border-color: rgb(131,55,76); }
td.TdClassName
{
border-color: #83374C;
}
.TagClassName
{
border-color: #83374C;
}
</style>