Shades of Camelot #792F42
Tints of Camelot #792F42
RGB
CMYK
RGB Variations
Color information
#792F42 (or 0x792F42) is known color: Camelot. HEX triplet: 79, 2F and 42. RGB value is (121,47,66). Sum of RGB (Red+Green+Blue) = 121+47+66=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #792F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F42 is #86D0BD. Grayscale: #474747. Windows color (decimal): -8835262 or 4337529. OLE color: 4337529.
HSL color Cylindrical-coordinate representation of color #792F42: hue angle of 344.59º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #792F42 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 66 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.53 |
| HSL | 344.59º | 0.44% | 0.33% | - |
| HSV(B) | 344.59º | 0.61% | 0.47% | - |
| XYZ | 9.89 | 6.49 | 5.89 | - |
| YUV | 71.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 66 | 0 | 0.61 | 0.45 | 0.53 | 344.59 | 0.44 | 0.33 |
| Hex | 79 | 2F | 42 | 0 | 3D | 2D | 35 | 159 | 2C | 21 |
| Octal | 171 | 57 | 102 | 0 | 75 | 55 | 65 | 531 | 54 | 41 |
| Binary | 1111001 | 101111 | 1000010 | 0 | 111101 | 101101 | 110101 | 101011001 | 101100 | 100001 |
Color Harmonies of #792F42
Complementary color
Monochromatic Colors of #792F42
Black with #792F42
Text Example
Text Example
White with #792F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F42; }
p { color: rgb(121,47,66); }
H1.HeaderClassName
{
color: #792F42;
}
.AnyTagClassName
{
color: #792F42;
}
</style>
background-color css
<style>
a { background-color: #792F42; }
a { background-color: rgb(121,47,66); }
div.DivClassName
{
background-color: #792F42;
}
.BgClassName
{
background-color: #792F42;
}
</style>
border-color css
<style>
span { border-color: #792F42; }
span { border-color: rgb(121,47,66); }
td.TdClassName
{
border-color: #792F42;
}
.TagClassName
{
border-color: #792F42;
}
</style>