Shades of Claret #75213B
Tints of Claret #75213B
RGB
CMYK
RGB Variations
Color information
#75213B (or 0x75213B) is known color: Claret. HEX triplet: 75, 21 and 3B. RGB value is (117,33,59). Sum of RGB (Red+Green+Blue) = 117+33+59=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75213B is #8ADEC4. Grayscale: #3D3D3D. Windows color (decimal): -9100997 or 3875189. OLE color: 3875189.
HSL color Cylindrical-coordinate representation of color #75213B: hue angle of 341.43º 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 #75213B is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 33 | 59 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.54 |
| HSL | 341.43º | 0.56% | 0.29% | - |
| HSV(B) | 341.43º | 0.72% | 0.46% | - |
| XYZ | 8.67 | 5.19 | 4.68 | - |
| YUV | 61.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 59 | 0 | 0.72 | 0.50 | 0.54 | 341.43 | 0.56 | 0.29 |
| Hex | 75 | 21 | 3B | 0 | 48 | 32 | 36 | 155 | 38 | 1D |
| Octal | 165 | 41 | 73 | 0 | 110 | 62 | 66 | 525 | 70 | 35 |
| Binary | 1110101 | 100001 | 111011 | 0 | 1001000 | 110010 | 110110 | 101010101 | 111000 | 11101 |
Color Harmonies of #75213B
Complementary color
Monochromatic Colors of #75213B
Black with #75213B
Text Example
Text Example
White with #75213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75213B; }
p { color: rgb(117,33,59); }
H1.HeaderClassName
{
color: #75213B;
}
.AnyTagClassName
{
color: #75213B;
}
</style>
background-color css
<style>
a { background-color: #75213B; }
a { background-color: rgb(117,33,59); }
div.DivClassName
{
background-color: #75213B;
}
.BgClassName
{
background-color: #75213B;
}
</style>
border-color css
<style>
span { border-color: #75213B; }
span { border-color: rgb(117,33,59); }
td.TdClassName
{
border-color: #75213B;
}
.TagClassName
{
border-color: #75213B;
}
</style>