Shades of Camelot #823448
Tints of Camelot #823448
RGB
CMYK
RGB Variations
Color information
#823448 (or 0x823448) is known color: Camelot. HEX triplet: 82, 34 and 48. RGB value is (130,52,72). Sum of RGB (Red+Green+Blue) = 130+52+72=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #823448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823448 is #7DCBB7. Grayscale: #4D4D4D. Windows color (decimal): -8244152 or 4732034. OLE color: 4732034.
HSL color Cylindrical-coordinate representation of color #823448: hue angle of 344.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823448 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 52 | 72 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.49 |
| HSL | 344.62º | 0.43% | 0.36% | - |
| HSV(B) | 344.62º | 0.6% | 0.51% | - |
| XYZ | 11.6 | 7.67 | 7 | - |
| YUV | 77.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 72 | 0 | 0.60 | 0.45 | 0.49 | 344.62 | 0.43 | 0.36 |
| Hex | 82 | 34 | 48 | 0 | 3C | 2D | 31 | 159 | 2B | 24 |
| Octal | 202 | 64 | 110 | 0 | 74 | 55 | 61 | 531 | 53 | 44 |
| Binary | 10000010 | 110100 | 1001000 | 0 | 111100 | 101101 | 110001 | 101011001 | 101011 | 100100 |
Color Harmonies of #823448
Complementary color
Monochromatic Colors of #823448
Black with #823448
Text Example
Text Example
White with #823448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823448; }
p { color: rgb(130,52,72); }
H1.HeaderClassName
{
color: #823448;
}
.AnyTagClassName
{
color: #823448;
}
</style>
background-color css
<style>
a { background-color: #823448; }
a { background-color: rgb(130,52,72); }
div.DivClassName
{
background-color: #823448;
}
.BgClassName
{
background-color: #823448;
}
</style>
border-color css
<style>
span { border-color: #823448; }
span { border-color: rgb(130,52,72); }
td.TdClassName
{
border-color: #823448;
}
.TagClassName
{
border-color: #823448;
}
</style>