Shades of Claret #7B1539
Tints of Claret #7B1539
RGB
CMYK
RGB Variations
Color information
#7B1539 (or 0x7B1539) is known color: Claret. HEX triplet: 7B, 15 and 39. RGB value is (123,21,57). Sum of RGB (Red+Green+Blue) = 123+21+57=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1539 is #84EAC6. Grayscale: #373737. Windows color (decimal): -8710855 or 3741051. OLE color: 3741051.
HSL color Cylindrical-coordinate representation of color #7B1539: hue angle of 338.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1539 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 57 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.52 |
| HSL | 338.82º | 0.71% | 0.28% | - |
| HSV(B) | 338.82º | 0.83% | 0.48% | - |
| XYZ | 9.18 | 5.04 | 4.36 | - |
| YUV | 55.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 57 | 0 | 0.83 | 0.54 | 0.52 | 338.82 | 0.71 | 0.28 |
| Hex | 7B | 15 | 39 | 0 | 53 | 36 | 34 | 153 | 47 | 1C |
| Octal | 173 | 25 | 71 | 0 | 123 | 66 | 64 | 523 | 107 | 34 |
| Binary | 1111011 | 10101 | 111001 | 0 | 1010011 | 110110 | 110100 | 101010011 | 1000111 | 11100 |
Color Harmonies of #7B1539
Complementary color
Monochromatic Colors of #7B1539
Black with #7B1539
Text Example
Text Example
White with #7B1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1539; }
p { color: rgb(123,21,57); }
H1.HeaderClassName
{
color: #7B1539;
}
.AnyTagClassName
{
color: #7B1539;
}
</style>
background-color css
<style>
a { background-color: #7B1539; }
a { background-color: rgb(123,21,57); }
div.DivClassName
{
background-color: #7B1539;
}
.BgClassName
{
background-color: #7B1539;
}
</style>
border-color css
<style>
span { border-color: #7B1539; }
span { border-color: rgb(123,21,57); }
td.TdClassName
{
border-color: #7B1539;
}
.TagClassName
{
border-color: #7B1539;
}
</style>