Shades of Claret #7B0F36
Tints of Claret #7B0F36
RGB
CMYK
RGB Variations
Color information
#7B0F36 (or 0x7B0F36) is known color: Claret. HEX triplet: 7B, 0F and 36. RGB value is (123,15,54). Sum of RGB (Red+Green+Blue) = 123+15+54=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0F36 is #84F0C9. Grayscale: #333333. Windows color (decimal): -8712394 or 3542907. OLE color: 3542907.
HSL color Cylindrical-coordinate representation of color #7B0F36: hue angle of 338.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F36 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 54 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.52 |
| HSL | 338.33º | 0.78% | 0.27% | - |
| HSV(B) | 338.33º | 0.88% | 0.48% | - |
| XYZ | 9.01 | 4.82 | 3.95 | - |
| YUV | 51.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 54 | 0 | 0.88 | 0.56 | 0.52 | 338.33 | 0.78 | 0.27 |
| Hex | 7B | F | 36 | 0 | 58 | 38 | 34 | 152 | 4E | 1B |
| Octal | 173 | 17 | 66 | 0 | 130 | 70 | 64 | 522 | 116 | 33 |
| Binary | 1111011 | 1111 | 110110 | 0 | 1011000 | 111000 | 110100 | 101010010 | 1001110 | 11011 |
Color Harmonies of #7B0F36
Complementary color
Monochromatic Colors of #7B0F36
Black with #7B0F36
Text Example
Text Example
White with #7B0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F36; }
p { color: rgb(123,15,54); }
H1.HeaderClassName
{
color: #7B0F36;
}
.AnyTagClassName
{
color: #7B0F36;
}
</style>
background-color css
<style>
a { background-color: #7B0F36; }
a { background-color: rgb(123,15,54); }
div.DivClassName
{
background-color: #7B0F36;
}
.BgClassName
{
background-color: #7B0F36;
}
</style>
border-color css
<style>
span { border-color: #7B0F36; }
span { border-color: rgb(123,15,54); }
td.TdClassName
{
border-color: #7B0F36;
}
.TagClassName
{
border-color: #7B0F36;
}
</style>