Shades of Claret #7B162F
Tints of Claret #7B162F
RGB
CMYK
RGB Variations
Color information
#7B162F (or 0x7B162F) is known color: Claret. HEX triplet: 7B, 16 and 2F. RGB value is (123,22,47). Sum of RGB (Red+Green+Blue) = 123+22+47=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B162F is #84E9D0. Grayscale: #373737. Windows color (decimal): -8710609 or 3085947. OLE color: 3085947.
HSL color Cylindrical-coordinate representation of color #7B162F: hue angle of 345.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B162F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 47 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.52 |
| HSL | 345.15º | 0.7% | 0.28% | - |
| HSV(B) | 345.15º | 0.82% | 0.48% | - |
| XYZ | 8.97 | 4.99 | 3.18 | - |
| YUV | 55.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 47 | 0 | 0.82 | 0.62 | 0.52 | 345.15 | 0.7 | 0.28 |
| Hex | 7B | 16 | 2F | 0 | 52 | 3E | 34 | 159 | 46 | 1C |
| Octal | 173 | 26 | 57 | 0 | 122 | 76 | 64 | 531 | 106 | 34 |
| Binary | 1111011 | 10110 | 101111 | 0 | 1010010 | 111110 | 110100 | 101011001 | 1000110 | 11100 |
Color Harmonies of #7B162F
Complementary color
Monochromatic Colors of #7B162F
Black with #7B162F
Text Example
Text Example
White with #7B162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B162F; }
p { color: rgb(123,22,47); }
H1.HeaderClassName
{
color: #7B162F;
}
.AnyTagClassName
{
color: #7B162F;
}
</style>
background-color css
<style>
a { background-color: #7B162F; }
a { background-color: rgb(123,22,47); }
div.DivClassName
{
background-color: #7B162F;
}
.BgClassName
{
background-color: #7B162F;
}
</style>
border-color css
<style>
span { border-color: #7B162F; }
span { border-color: rgb(123,22,47); }
td.TdClassName
{
border-color: #7B162F;
}
.TagClassName
{
border-color: #7B162F;
}
</style>