Shades of Claret #75212F
Tints of Claret #75212F
RGB
CMYK
RGB Variations
Color information
#75212F (or 0x75212F) is known color: Claret. HEX triplet: 75, 21 and 2F. RGB value is (117,33,47). Sum of RGB (Red+Green+Blue) = 117+33+47=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75212F is #8ADED0. Grayscale: #3B3B3B. Windows color (decimal): -9101009 or 3088757. OLE color: 3088757.
HSL color Cylindrical-coordinate representation of color #75212F: hue angle of 350º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75212F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 47 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.54 |
| HSL | 350º | 0.56% | 0.29% | - |
| HSV(B) | 350º | 0.72% | 0.46% | - |
| XYZ | 8.39 | 5.07 | 3.23 | - |
| YUV | 59.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 47 | 0 | 0.72 | 0.60 | 0.54 | 350 | 0.56 | 0.29 |
| Hex | 75 | 21 | 2F | 0 | 48 | 3C | 36 | 15E | 38 | 1D |
| Octal | 165 | 41 | 57 | 0 | 110 | 74 | 66 | 536 | 70 | 35 |
| Binary | 1110101 | 100001 | 101111 | 0 | 1001000 | 111100 | 110110 | 101011110 | 111000 | 11101 |
Color Harmonies of #75212F
Complementary color
Monochromatic Colors of #75212F
Black with #75212F
Text Example
Text Example
White with #75212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75212F; }
p { color: rgb(117,33,47); }
H1.HeaderClassName
{
color: #75212F;
}
.AnyTagClassName
{
color: #75212F;
}
</style>
background-color css
<style>
a { background-color: #75212F; }
a { background-color: rgb(117,33,47); }
div.DivClassName
{
background-color: #75212F;
}
.BgClassName
{
background-color: #75212F;
}
</style>
border-color css
<style>
span { border-color: #75212F; }
span { border-color: rgb(117,33,47); }
td.TdClassName
{
border-color: #75212F;
}
.TagClassName
{
border-color: #75212F;
}
</style>