Shades of Claret #7B1838
Tints of Claret #7B1838
RGB
CMYK
RGB Variations
Color information
#7B1838 (or 0x7B1838) is known color: Claret. HEX triplet: 7B, 18 and 38. RGB value is (123,24,56). Sum of RGB (Red+Green+Blue) = 123+24+56=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1838 is #84E7C7. Grayscale: #393939. Windows color (decimal): -8710088 or 3676283. OLE color: 3676283.
HSL color Cylindrical-coordinate representation of color #7B1838: hue angle of 340.61º 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 #7B1838 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 56 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.52 |
| HSL | 340.61º | 0.67% | 0.29% | - |
| HSV(B) | 340.61º | 0.8% | 0.48% | - |
| XYZ | 9.21 | 5.15 | 4.25 | - |
| YUV | 57.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 56 | 0 | 0.80 | 0.54 | 0.52 | 340.61 | 0.67 | 0.29 |
| Hex | 7B | 18 | 38 | 0 | 50 | 36 | 34 | 155 | 43 | 1D |
| Octal | 173 | 30 | 70 | 0 | 120 | 66 | 64 | 525 | 103 | 35 |
| Binary | 1111011 | 11000 | 111000 | 0 | 1010000 | 110110 | 110100 | 101010101 | 1000011 | 11101 |
Color Harmonies of #7B1838
Complementary color
Monochromatic Colors of #7B1838
Black with #7B1838
Text Example
Text Example
White with #7B1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1838; }
p { color: rgb(123,24,56); }
H1.HeaderClassName
{
color: #7B1838;
}
.AnyTagClassName
{
color: #7B1838;
}
</style>
background-color css
<style>
a { background-color: #7B1838; }
a { background-color: rgb(123,24,56); }
div.DivClassName
{
background-color: #7B1838;
}
.BgClassName
{
background-color: #7B1838;
}
</style>
border-color css
<style>
span { border-color: #7B1838; }
span { border-color: rgb(123,24,56); }
td.TdClassName
{
border-color: #7B1838;
}
.TagClassName
{
border-color: #7B1838;
}
</style>