Shades of Claret #751B30
Tints of Claret #751B30
RGB
CMYK
RGB Variations
Color information
#751B30 (or 0x751B30) is known color: Claret. HEX triplet: 75, 1B and 30. RGB value is (117,27,48). Sum of RGB (Red+Green+Blue) = 117+27+48=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B30 is #8AE4CF. Grayscale: #383838. Windows color (decimal): -9102544 or 3152757. OLE color: 3152757.
HSL color Cylindrical-coordinate representation of color #751B30: hue angle of 346º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B30 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 48 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.54 |
| HSL | 346º | 0.63% | 0.28% | - |
| HSV(B) | 346º | 0.77% | 0.46% | - |
| XYZ | 8.26 | 4.78 | 3.28 | - |
| YUV | 56.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 48 | 0 | 0.77 | 0.59 | 0.54 | 346 | 0.63 | 0.28 |
| Hex | 75 | 1B | 30 | 0 | 4D | 3B | 36 | 15A | 3E | 1C |
| Octal | 165 | 33 | 60 | 0 | 115 | 73 | 66 | 532 | 76 | 34 |
| Binary | 1110101 | 11011 | 110000 | 0 | 1001101 | 111011 | 110110 | 101011010 | 111110 | 11100 |
Color Harmonies of #751B30
Complementary color
Monochromatic Colors of #751B30
Black with #751B30
Text Example
Text Example
White with #751B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B30; }
p { color: rgb(117,27,48); }
H1.HeaderClassName
{
color: #751B30;
}
.AnyTagClassName
{
color: #751B30;
}
</style>
background-color css
<style>
a { background-color: #751B30; }
a { background-color: rgb(117,27,48); }
div.DivClassName
{
background-color: #751B30;
}
.BgClassName
{
background-color: #751B30;
}
</style>
border-color css
<style>
span { border-color: #751B30; }
span { border-color: rgb(117,27,48); }
td.TdClassName
{
border-color: #751B30;
}
.TagClassName
{
border-color: #751B30;
}
</style>