Shades of Claret #751B2F
Tints of Claret #751B2F
RGB
CMYK
RGB Variations
Color information
#751B2F (or 0x751B2F) is known color: Claret. HEX triplet: 75, 1B and 2F. RGB value is (117,27,47). Sum of RGB (Red+Green+Blue) = 117+27+47=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751B2F is #8AE4D0. Grayscale: #383838. Windows color (decimal): -9102545 or 3087221. OLE color: 3087221.
HSL color Cylindrical-coordinate representation of color #751B2F: hue angle of 346.67º 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 #751B2F is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 47 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.54 |
| HSL | 346.67º | 0.63% | 0.28% | - |
| HSV(B) | 346.67º | 0.77% | 0.46% | - |
| XYZ | 8.24 | 4.77 | 3.18 | - |
| YUV | 56.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 47 | 0 | 0.77 | 0.60 | 0.54 | 346.67 | 0.63 | 0.28 |
| Hex | 75 | 1B | 2F | 0 | 4D | 3C | 36 | 15B | 3E | 1C |
| Octal | 165 | 33 | 57 | 0 | 115 | 74 | 66 | 533 | 76 | 34 |
| Binary | 1110101 | 11011 | 101111 | 0 | 1001101 | 111100 | 110110 | 101011011 | 111110 | 11100 |
Color Harmonies of #751B2F
Complementary color
Monochromatic Colors of #751B2F
Black with #751B2F
Text Example
Text Example
White with #751B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B2F; }
p { color: rgb(117,27,47); }
H1.HeaderClassName
{
color: #751B2F;
}
.AnyTagClassName
{
color: #751B2F;
}
</style>
background-color css
<style>
a { background-color: #751B2F; }
a { background-color: rgb(117,27,47); }
div.DivClassName
{
background-color: #751B2F;
}
.BgClassName
{
background-color: #751B2F;
}
</style>
border-color css
<style>
span { border-color: #751B2F; }
span { border-color: rgb(117,27,47); }
td.TdClassName
{
border-color: #751B2F;
}
.TagClassName
{
border-color: #751B2F;
}
</style>