Shades of Claret #7B243E
Tints of Claret #7B243E
RGB
CMYK
RGB Variations
Color information
#7B243E (or 0x7B243E) is known color: Claret. HEX triplet: 7B, 24 and 3E. RGB value is (123,36,62). Sum of RGB (Red+Green+Blue) = 123+36+62=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B243E is #84DBC1. Grayscale: #404040. Windows color (decimal): -8707010 or 4072571. OLE color: 4072571.
HSL color Cylindrical-coordinate representation of color #7B243E: hue angle of 342.07º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B243E is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 62 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.52 |
| HSL | 342.07º | 0.55% | 0.31% | - |
| HSV(B) | 342.07º | 0.71% | 0.48% | - |
| XYZ | 9.67 | 5.82 | 5.17 | - |
| YUV | 64.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 62 | 0 | 0.71 | 0.50 | 0.52 | 342.07 | 0.55 | 0.31 |
| Hex | 7B | 24 | 3E | 0 | 47 | 32 | 34 | 156 | 37 | 1F |
| Octal | 173 | 44 | 76 | 0 | 107 | 62 | 64 | 526 | 67 | 37 |
| Binary | 1111011 | 100100 | 111110 | 0 | 1000111 | 110010 | 110100 | 101010110 | 110111 | 11111 |
Color Harmonies of #7B243E
Complementary color
Monochromatic Colors of #7B243E
Black with #7B243E
Text Example
Text Example
White with #7B243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B243E; }
p { color: rgb(123,36,62); }
H1.HeaderClassName
{
color: #7B243E;
}
.AnyTagClassName
{
color: #7B243E;
}
</style>
background-color css
<style>
a { background-color: #7B243E; }
a { background-color: rgb(123,36,62); }
div.DivClassName
{
background-color: #7B243E;
}
.BgClassName
{
background-color: #7B243E;
}
</style>
border-color css
<style>
span { border-color: #7B243E; }
span { border-color: rgb(123,36,62); }
td.TdClassName
{
border-color: #7B243E;
}
.TagClassName
{
border-color: #7B243E;
}
</style>