Shades of Claret #74203B
Tints of Claret #74203B
RGB
CMYK
RGB Variations
Color information
#74203B (or 0x74203B) is known color: Claret. HEX triplet: 74, 20 and 3B. RGB value is (116,32,59). Sum of RGB (Red+Green+Blue) = 116+32+59=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74203B is #8BDFC4. Grayscale: #3C3C3C. Windows color (decimal): -9166789 or 3874932. OLE color: 3874932.
HSL color Cylindrical-coordinate representation of color #74203B: hue angle of 340.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74203B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 59 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.55 |
| HSL | 340.71º | 0.57% | 0.29% | - |
| HSV(B) | 340.71º | 0.72% | 0.45% | - |
| XYZ | 8.51 | 5.06 | 4.67 | - |
| YUV | 60.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 59 | 0 | 0.72 | 0.49 | 0.55 | 340.71 | 0.57 | 0.29 |
| Hex | 74 | 20 | 3B | 0 | 48 | 31 | 37 | 155 | 39 | 1D |
| Octal | 164 | 40 | 73 | 0 | 110 | 61 | 67 | 525 | 71 | 35 |
| Binary | 1110100 | 100000 | 111011 | 0 | 1001000 | 110001 | 110111 | 101010101 | 111001 | 11101 |
Color Harmonies of #74203B
Complementary color
Monochromatic Colors of #74203B
Black with #74203B
Text Example
Text Example
White with #74203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74203B; }
p { color: rgb(116,32,59); }
H1.HeaderClassName
{
color: #74203B;
}
.AnyTagClassName
{
color: #74203B;
}
</style>
background-color css
<style>
a { background-color: #74203B; }
a { background-color: rgb(116,32,59); }
div.DivClassName
{
background-color: #74203B;
}
.BgClassName
{
background-color: #74203B;
}
</style>
border-color css
<style>
span { border-color: #74203B; }
span { border-color: rgb(116,32,59); }
td.TdClassName
{
border-color: #74203B;
}
.TagClassName
{
border-color: #74203B;
}
</style>