Shades of Camelot #804450
Tints of Camelot #804450
RGB
CMYK
RGB Variations
Color information
#804450 (or 0x804450) is known color: Camelot. HEX triplet: 80, 44 and 50. RGB value is (128,68,80). Sum of RGB (Red+Green+Blue) = 128+68+80=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #804450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804450 is #7FBBAF. Grayscale: #575757. Windows color (decimal): -8371120 or 5260416. OLE color: 5260416.
HSL color Cylindrical-coordinate representation of color #804450: hue angle of 348º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804450 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 80 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.50 |
| HSL | 348º | 0.31% | 0.38% | - |
| HSV(B) | 348º | 0.47% | 0.5% | - |
| XYZ | 12.42 | 9.3 | 8.73 | - |
| YUV | 87.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 80 | 0 | 0.47 | 0.38 | 0.50 | 348 | 0.31 | 0.38 |
| Hex | 80 | 44 | 50 | 0 | 2F | 26 | 32 | 15C | 1F | 26 |
| Octal | 200 | 104 | 120 | 0 | 57 | 46 | 62 | 534 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1010000 | 0 | 101111 | 100110 | 110010 | 101011100 | 11111 | 100110 |
Color Harmonies of #804450
Complementary color
Monochromatic Colors of #804450
Black with #804450
Text Example
Text Example
White with #804450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804450; }
p { color: rgb(128,68,80); }
H1.HeaderClassName
{
color: #804450;
}
.AnyTagClassName
{
color: #804450;
}
</style>
background-color css
<style>
a { background-color: #804450; }
a { background-color: rgb(128,68,80); }
div.DivClassName
{
background-color: #804450;
}
.BgClassName
{
background-color: #804450;
}
</style>
border-color css
<style>
span { border-color: #804450; }
span { border-color: rgb(128,68,80); }
td.TdClassName
{
border-color: #804450;
}
.TagClassName
{
border-color: #804450;
}
</style>