Shades of Claret #7B1639
Tints of Claret #7B1639
RGB
CMYK
RGB Variations
Color information
#7B1639 (or 0x7B1639) is known color: Claret. HEX triplet: 7B, 16 and 39. RGB value is (123,22,57). Sum of RGB (Red+Green+Blue) = 123+22+57=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1639 is #84E9C6. Grayscale: #383838. Windows color (decimal): -8710599 or 3741307. OLE color: 3741307.
HSL color Cylindrical-coordinate representation of color #7B1639: hue angle of 339.21º 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 #7B1639 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 57 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.52 |
| HSL | 339.21º | 0.7% | 0.28% | - |
| HSV(B) | 339.21º | 0.82% | 0.48% | - |
| XYZ | 9.19 | 5.08 | 4.37 | - |
| YUV | 56.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 57 | 0 | 0.82 | 0.54 | 0.52 | 339.21 | 0.7 | 0.28 |
| Hex | 7B | 16 | 39 | 0 | 52 | 36 | 34 | 153 | 46 | 1C |
| Octal | 173 | 26 | 71 | 0 | 122 | 66 | 64 | 523 | 106 | 34 |
| Binary | 1111011 | 10110 | 111001 | 0 | 1010010 | 110110 | 110100 | 101010011 | 1000110 | 11100 |
Color Harmonies of #7B1639
Complementary color
Monochromatic Colors of #7B1639
Black with #7B1639
Text Example
Text Example
White with #7B1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1639; }
p { color: rgb(123,22,57); }
H1.HeaderClassName
{
color: #7B1639;
}
.AnyTagClassName
{
color: #7B1639;
}
</style>
background-color css
<style>
a { background-color: #7B1639; }
a { background-color: rgb(123,22,57); }
div.DivClassName
{
background-color: #7B1639;
}
.BgClassName
{
background-color: #7B1639;
}
</style>
border-color css
<style>
span { border-color: #7B1639; }
span { border-color: rgb(123,22,57); }
td.TdClassName
{
border-color: #7B1639;
}
.TagClassName
{
border-color: #7B1639;
}
</style>