Shades of Claret #7B183B
Tints of Claret #7B183B
RGB
CMYK
RGB Variations
Color information
#7B183B (or 0x7B183B) is known color: Claret. HEX triplet: 7B, 18 and 3B. RGB value is (123,24,59). Sum of RGB (Red+Green+Blue) = 123+24+59=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B183B is #84E7C4. Grayscale: #393939. Windows color (decimal): -8710085 or 3872891. OLE color: 3872891.
HSL color Cylindrical-coordinate representation of color #7B183B: hue angle of 338.79º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B183B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 59 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.52 |
| HSL | 338.79º | 0.67% | 0.29% | - |
| HSV(B) | 338.79º | 0.8% | 0.48% | - |
| XYZ | 9.28 | 5.18 | 4.65 | - |
| YUV | 57.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 59 | 0 | 0.80 | 0.52 | 0.52 | 338.79 | 0.67 | 0.29 |
| Hex | 7B | 18 | 3B | 0 | 50 | 34 | 34 | 153 | 43 | 1D |
| Octal | 173 | 30 | 73 | 0 | 120 | 64 | 64 | 523 | 103 | 35 |
| Binary | 1111011 | 11000 | 111011 | 0 | 1010000 | 110100 | 110100 | 101010011 | 1000011 | 11101 |
Color Harmonies of #7B183B
Complementary color
Monochromatic Colors of #7B183B
Black with #7B183B
Text Example
Text Example
White with #7B183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B183B; }
p { color: rgb(123,24,59); }
H1.HeaderClassName
{
color: #7B183B;
}
.AnyTagClassName
{
color: #7B183B;
}
</style>
background-color css
<style>
a { background-color: #7B183B; }
a { background-color: rgb(123,24,59); }
div.DivClassName
{
background-color: #7B183B;
}
.BgClassName
{
background-color: #7B183B;
}
</style>
border-color css
<style>
span { border-color: #7B183B; }
span { border-color: rgb(123,24,59); }
td.TdClassName
{
border-color: #7B183B;
}
.TagClassName
{
border-color: #7B183B;
}
</style>