Shades of Camelot #804353
Tints of Camelot #804353
RGB
CMYK
RGB Variations
Color information
#804353 (or 0x804353) is known color: Camelot. HEX triplet: 80, 43 and 53. RGB value is (128,67,83). Sum of RGB (Red+Green+Blue) = 128+67+83=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #804353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804353 is #7FBCAC. Grayscale: #575757. Windows color (decimal): -8371373 or 5456768. OLE color: 5456768.
HSL color Cylindrical-coordinate representation of color #804353: hue angle of 344.26º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804353 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 83 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.50 |
| HSL | 344.26º | 0.31% | 0.38% | - |
| HSV(B) | 344.26º | 0.48% | 0.5% | - |
| XYZ | 12.47 | 9.23 | 9.31 | - |
| YUV | 87.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 83 | 0 | 0.48 | 0.35 | 0.50 | 344.26 | 0.31 | 0.38 |
| Hex | 80 | 43 | 53 | 0 | 30 | 23 | 32 | 158 | 1F | 26 |
| Octal | 200 | 103 | 123 | 0 | 60 | 43 | 62 | 530 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1010011 | 0 | 110000 | 100011 | 110010 | 101011000 | 11111 | 100110 |
Color Harmonies of #804353
Complementary color
Monochromatic Colors of #804353
Black with #804353
Text Example
Text Example
White with #804353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804353; }
p { color: rgb(128,67,83); }
H1.HeaderClassName
{
color: #804353;
}
.AnyTagClassName
{
color: #804353;
}
</style>
background-color css
<style>
a { background-color: #804353; }
a { background-color: rgb(128,67,83); }
div.DivClassName
{
background-color: #804353;
}
.BgClassName
{
background-color: #804353;
}
</style>
border-color css
<style>
span { border-color: #804353; }
span { border-color: rgb(128,67,83); }
td.TdClassName
{
border-color: #804353;
}
.TagClassName
{
border-color: #804353;
}
</style>