Shades of Camelot #723D4B
Tints of Camelot #723D4B
RGB
CMYK
RGB Variations
Color information
#723D4B (or 0x723D4B) is known color: Camelot. HEX triplet: 72, 3D and 4B. RGB value is (114,61,75). Sum of RGB (Red+Green+Blue) = 114+61+75=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #723D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D4B is #8DC2B4. Grayscale: #4E4E4E. Windows color (decimal): -9290421 or 4930930. OLE color: 4930930.
HSL color Cylindrical-coordinate representation of color #723D4B: hue angle of 344.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D4B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 75 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.55 |
| HSL | 344.15º | 0.3% | 0.34% | - |
| HSV(B) | 344.15º | 0.46% | 0.45% | - |
| XYZ | 9.88 | 7.42 | 7.57 | - |
| YUV | 78.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 75 | 0 | 0.46 | 0.34 | 0.55 | 344.15 | 0.3 | 0.34 |
| Hex | 72 | 3D | 4B | 0 | 2E | 22 | 37 | 158 | 1E | 22 |
| Octal | 162 | 75 | 113 | 0 | 56 | 42 | 67 | 530 | 36 | 42 |
| Binary | 1110010 | 111101 | 1001011 | 0 | 101110 | 100010 | 110111 | 101011000 | 11110 | 100010 |
Color Harmonies of #723D4B
Complementary color
Monochromatic Colors of #723D4B
Black with #723D4B
Text Example
Text Example
White with #723D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D4B; }
p { color: rgb(114,61,75); }
H1.HeaderClassName
{
color: #723D4B;
}
.AnyTagClassName
{
color: #723D4B;
}
</style>
background-color css
<style>
a { background-color: #723D4B; }
a { background-color: rgb(114,61,75); }
div.DivClassName
{
background-color: #723D4B;
}
.BgClassName
{
background-color: #723D4B;
}
</style>
border-color css
<style>
span { border-color: #723D4B; }
span { border-color: rgb(114,61,75); }
td.TdClassName
{
border-color: #723D4B;
}
.TagClassName
{
border-color: #723D4B;
}
</style>