Shades of Claret #751A33
Tints of Claret #751A33
RGB
CMYK
RGB Variations
Color information
#751A33 (or 0x751A33) is known color: Claret. HEX triplet: 75, 1A and 33. RGB value is (117,26,51). Sum of RGB (Red+Green+Blue) = 117+26+51=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #751A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A33 is #8AE5CC. Grayscale: #383838. Windows color (decimal): -9102797 or 3349109. OLE color: 3349109.
HSL color Cylindrical-coordinate representation of color #751A33: hue angle of 343.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A33 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 51 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.54 |
| HSL | 343.52º | 0.64% | 0.28% | - |
| HSV(B) | 343.52º | 0.78% | 0.46% | - |
| XYZ | 8.3 | 4.76 | 3.61 | - |
| YUV | 56.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 51 | 0 | 0.78 | 0.56 | 0.54 | 343.52 | 0.64 | 0.28 |
| Hex | 75 | 1A | 33 | 0 | 4E | 38 | 36 | 158 | 40 | 1C |
| Octal | 165 | 32 | 63 | 0 | 116 | 70 | 66 | 530 | 100 | 34 |
| Binary | 1110101 | 11010 | 110011 | 0 | 1001110 | 111000 | 110110 | 101011000 | 1000000 | 11100 |
Color Harmonies of #751A33
Complementary color
Monochromatic Colors of #751A33
Black with #751A33
Text Example
Text Example
White with #751A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A33; }
p { color: rgb(117,26,51); }
H1.HeaderClassName
{
color: #751A33;
}
.AnyTagClassName
{
color: #751A33;
}
</style>
background-color css
<style>
a { background-color: #751A33; }
a { background-color: rgb(117,26,51); }
div.DivClassName
{
background-color: #751A33;
}
.BgClassName
{
background-color: #751A33;
}
</style>
border-color css
<style>
span { border-color: #751A33; }
span { border-color: rgb(117,26,51); }
td.TdClassName
{
border-color: #751A33;
}
.TagClassName
{
border-color: #751A33;
}
</style>