Shades of Camelot #834353
Tints of Camelot #834353
RGB
CMYK
RGB Variations
Color information
#834353 (or 0x834353) is known color: Camelot. HEX triplet: 83, 43 and 53. RGB value is (131,67,83). Sum of RGB (Red+Green+Blue) = 131+67+83=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #834353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834353 is #7CBCAC. Grayscale: #575757. Windows color (decimal): -8174765 or 5456771. OLE color: 5456771.
HSL color Cylindrical-coordinate representation of color #834353: hue angle of 345º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834353 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 67 | 83 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.49 |
| HSL | 345º | 0.32% | 0.39% | - |
| HSV(B) | 345º | 0.49% | 0.51% | - |
| XYZ | 12.93 | 9.46 | 9.33 | - |
| YUV | 87.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 83 | 0 | 0.49 | 0.37 | 0.49 | 345 | 0.32 | 0.39 |
| Hex | 83 | 43 | 53 | 0 | 31 | 25 | 31 | 159 | 20 | 27 |
| Octal | 203 | 103 | 123 | 0 | 61 | 45 | 61 | 531 | 40 | 47 |
| Binary | 10000011 | 1000011 | 1010011 | 0 | 110001 | 100101 | 110001 | 101011001 | 100000 | 100111 |
Color Harmonies of #834353
Complementary color
Monochromatic Colors of #834353
Black with #834353
Text Example
Text Example
White with #834353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834353; }
p { color: rgb(131,67,83); }
H1.HeaderClassName
{
color: #834353;
}
.AnyTagClassName
{
color: #834353;
}
</style>
background-color css
<style>
a { background-color: #834353; }
a { background-color: rgb(131,67,83); }
div.DivClassName
{
background-color: #834353;
}
.BgClassName
{
background-color: #834353;
}
</style>
border-color css
<style>
span { border-color: #834353; }
span { border-color: rgb(131,67,83); }
td.TdClassName
{
border-color: #834353;
}
.TagClassName
{
border-color: #834353;
}
</style>