Shades of Camelot #832F43
Tints of Camelot #832F43
RGB
CMYK
RGB Variations
Color information
#832F43 (or 0x832F43) is known color: Camelot. HEX triplet: 83, 2F and 43. RGB value is (131,47,67). Sum of RGB (Red+Green+Blue) = 131+47+67=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #832F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F43 is #7CD0BC. Grayscale: #4A4A4A. Windows color (decimal): -8179901 or 4403075. OLE color: 4403075.
HSL color Cylindrical-coordinate representation of color #832F43: hue angle of 345.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F43 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 67 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.49 |
| HSL | 345.71º | 0.47% | 0.35% | - |
| HSV(B) | 345.71º | 0.64% | 0.51% | - |
| XYZ | 11.39 | 7.26 | 6.11 | - |
| YUV | 74.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 67 | 0 | 0.64 | 0.49 | 0.49 | 345.71 | 0.47 | 0.35 |
| Hex | 83 | 2F | 43 | 0 | 40 | 31 | 31 | 15A | 2F | 23 |
| Octal | 203 | 57 | 103 | 0 | 100 | 61 | 61 | 532 | 57 | 43 |
| Binary | 10000011 | 101111 | 1000011 | 0 | 1000000 | 110001 | 110001 | 101011010 | 101111 | 100011 |
Color Harmonies of #832F43
Complementary color
Monochromatic Colors of #832F43
Black with #832F43
Text Example
Text Example
White with #832F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F43; }
p { color: rgb(131,47,67); }
H1.HeaderClassName
{
color: #832F43;
}
.AnyTagClassName
{
color: #832F43;
}
</style>
background-color css
<style>
a { background-color: #832F43; }
a { background-color: rgb(131,47,67); }
div.DivClassName
{
background-color: #832F43;
}
.BgClassName
{
background-color: #832F43;
}
</style>
border-color css
<style>
span { border-color: #832F43; }
span { border-color: rgb(131,47,67); }
td.TdClassName
{
border-color: #832F43;
}
.TagClassName
{
border-color: #832F43;
}
</style>