Shades of Claret #75222F
Tints of Claret #75222F
RGB
CMYK
RGB Variations
Color information
#75222F (or 0x75222F) is known color: Claret. HEX triplet: 75, 22 and 2F. RGB value is (117,34,47). Sum of RGB (Red+Green+Blue) = 117+34+47=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75222F is #8ADDD0. Grayscale: #3C3C3C. Windows color (decimal): -9100753 or 3089013. OLE color: 3089013.
HSL color Cylindrical-coordinate representation of color #75222F: hue angle of 350.6º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75222F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 47 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.54 |
| HSL | 350.6º | 0.55% | 0.3% | - |
| HSV(B) | 350.6º | 0.71% | 0.46% | - |
| XYZ | 8.42 | 5.13 | 3.24 | - |
| YUV | 60.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 47 | 0 | 0.71 | 0.60 | 0.54 | 350.6 | 0.55 | 0.3 |
| Hex | 75 | 22 | 2F | 0 | 47 | 3C | 36 | 15F | 37 | 1E |
| Octal | 165 | 42 | 57 | 0 | 107 | 74 | 66 | 537 | 67 | 36 |
| Binary | 1110101 | 100010 | 101111 | 0 | 1000111 | 111100 | 110110 | 101011111 | 110111 | 11110 |
Color Harmonies of #75222F
Complementary color
Monochromatic Colors of #75222F
Black with #75222F
Text Example
Text Example
White with #75222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75222F; }
p { color: rgb(117,34,47); }
H1.HeaderClassName
{
color: #75222F;
}
.AnyTagClassName
{
color: #75222F;
}
</style>
background-color css
<style>
a { background-color: #75222F; }
a { background-color: rgb(117,34,47); }
div.DivClassName
{
background-color: #75222F;
}
.BgClassName
{
background-color: #75222F;
}
</style>
border-color css
<style>
span { border-color: #75222F; }
span { border-color: rgb(117,34,47); }
td.TdClassName
{
border-color: #75222F;
}
.TagClassName
{
border-color: #75222F;
}
</style>