Shades of Claret #7B112F
Tints of Claret #7B112F
RGB
CMYK
RGB Variations
Color information
#7B112F (or 0x7B112F) is known color: Claret. HEX triplet: 7B, 11 and 2F. RGB value is (123,17,47). Sum of RGB (Red+Green+Blue) = 123+17+47=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B112F is #84EED0. Grayscale: #343434. Windows color (decimal): -8711889 or 3084667. OLE color: 3084667.
HSL color Cylindrical-coordinate representation of color #7B112F: hue angle of 343.02º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B112F is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 47 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.52 |
| HSL | 343.02º | 0.76% | 0.27% | - |
| HSV(B) | 343.02º | 0.86% | 0.48% | - |
| XYZ | 8.88 | 4.82 | 3.15 | - |
| YUV | 52.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 47 | 0 | 0.86 | 0.62 | 0.52 | 343.02 | 0.76 | 0.27 |
| Hex | 7B | 11 | 2F | 0 | 56 | 3E | 34 | 157 | 4C | 1B |
| Octal | 173 | 21 | 57 | 0 | 126 | 76 | 64 | 527 | 114 | 33 |
| Binary | 1111011 | 10001 | 101111 | 0 | 1010110 | 111110 | 110100 | 101010111 | 1001100 | 11011 |
Color Harmonies of #7B112F
Complementary color
Monochromatic Colors of #7B112F
Black with #7B112F
Text Example
Text Example
White with #7B112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B112F; }
p { color: rgb(123,17,47); }
H1.HeaderClassName
{
color: #7B112F;
}
.AnyTagClassName
{
color: #7B112F;
}
</style>
background-color css
<style>
a { background-color: #7B112F; }
a { background-color: rgb(123,17,47); }
div.DivClassName
{
background-color: #7B112F;
}
.BgClassName
{
background-color: #7B112F;
}
</style>
border-color css
<style>
span { border-color: #7B112F; }
span { border-color: rgb(123,17,47); }
td.TdClassName
{
border-color: #7B112F;
}
.TagClassName
{
border-color: #7B112F;
}
</style>