Shades of Camelot #883045
Tints of Camelot #883045
RGB
CMYK
RGB Variations
Color information
#883045 (or 0x883045) is known color: Camelot. HEX triplet: 88, 30 and 45. RGB value is (136,48,69). Sum of RGB (Red+Green+Blue) = 136+48+69=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883045 is #77CFBA. Grayscale: #4C4C4C. Windows color (decimal): -7851963 or 4534408. OLE color: 4534408.
HSL color Cylindrical-coordinate representation of color #883045: hue angle of 345.68º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883045 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 69 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.47 |
| HSL | 345.68º | 0.48% | 0.36% | - |
| HSV(B) | 345.68º | 0.65% | 0.53% | - |
| XYZ | 12.28 | 7.78 | 6.48 | - |
| YUV | 76.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 69 | 0 | 0.65 | 0.49 | 0.47 | 345.68 | 0.48 | 0.36 |
| Hex | 88 | 30 | 45 | 0 | 41 | 31 | 2F | 15A | 30 | 24 |
| Octal | 210 | 60 | 105 | 0 | 101 | 61 | 57 | 532 | 60 | 44 |
| Binary | 10001000 | 110000 | 1000101 | 0 | 1000001 | 110001 | 101111 | 101011010 | 110000 | 100100 |
Color Harmonies of #883045
Complementary color
Monochromatic Colors of #883045
Black with #883045
Text Example
Text Example
White with #883045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883045; }
p { color: rgb(136,48,69); }
H1.HeaderClassName
{
color: #883045;
}
.AnyTagClassName
{
color: #883045;
}
</style>
background-color css
<style>
a { background-color: #883045; }
a { background-color: rgb(136,48,69); }
div.DivClassName
{
background-color: #883045;
}
.BgClassName
{
background-color: #883045;
}
</style>
border-color css
<style>
span { border-color: #883045; }
span { border-color: rgb(136,48,69); }
td.TdClassName
{
border-color: #883045;
}
.TagClassName
{
border-color: #883045;
}
</style>