Shades of Camelot #823643
Tints of Camelot #823643
RGB
CMYK
RGB Variations
Color information
#823643 (or 0x823643) is known color: Camelot. HEX triplet: 82, 36 and 43. RGB value is (130,54,67). Sum of RGB (Red+Green+Blue) = 130+54+67=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #823643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823643 is #7DC9BC. Grayscale: #4E4E4E. Windows color (decimal): -8243645 or 4404866. OLE color: 4404866.
HSL color Cylindrical-coordinate representation of color #823643: hue angle of 349.74º 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 #823643 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 67 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.49 |
| HSL | 349.74º | 0.41% | 0.36% | - |
| HSV(B) | 349.74º | 0.58% | 0.51% | - |
| XYZ | 11.54 | 7.79 | 6.21 | - |
| YUV | 78.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 67 | 0 | 0.58 | 0.48 | 0.49 | 349.74 | 0.41 | 0.36 |
| Hex | 82 | 36 | 43 | 0 | 3A | 30 | 31 | 15E | 29 | 24 |
| Octal | 202 | 66 | 103 | 0 | 72 | 60 | 61 | 536 | 51 | 44 |
| Binary | 10000010 | 110110 | 1000011 | 0 | 111010 | 110000 | 110001 | 101011110 | 101001 | 100100 |
Color Harmonies of #823643
Complementary color
Monochromatic Colors of #823643
Black with #823643
Text Example
Text Example
White with #823643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823643; }
p { color: rgb(130,54,67); }
H1.HeaderClassName
{
color: #823643;
}
.AnyTagClassName
{
color: #823643;
}
</style>
background-color css
<style>
a { background-color: #823643; }
a { background-color: rgb(130,54,67); }
div.DivClassName
{
background-color: #823643;
}
.BgClassName
{
background-color: #823643;
}
</style>
border-color css
<style>
span { border-color: #823643; }
span { border-color: rgb(130,54,67); }
td.TdClassName
{
border-color: #823643;
}
.TagClassName
{
border-color: #823643;
}
</style>