Shades of Claret #74222F
Tints of Claret #74222F
RGB
CMYK
RGB Variations
Color information
#74222F (or 0x74222F) is known color: Claret. HEX triplet: 74, 22 and 2F. RGB value is (116,34,47). Sum of RGB (Red+Green+Blue) = 116+34+47=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222F is #8BDDD0. Grayscale: #3C3C3C. Windows color (decimal): -9166289 or 3089012. OLE color: 3089012.
HSL color Cylindrical-coordinate representation of color #74222F: hue angle of 350.49º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74222F is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 47 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.55 |
| HSL | 350.49º | 0.55% | 0.29% | - |
| HSV(B) | 350.49º | 0.71% | 0.45% | - |
| XYZ | 8.29 | 5.06 | 3.23 | - |
| YUV | 60 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 47 | 0 | 0.71 | 0.59 | 0.55 | 350.49 | 0.55 | 0.29 |
| Hex | 74 | 22 | 2F | 0 | 47 | 3B | 37 | 15E | 37 | 1D |
| Octal | 164 | 42 | 57 | 0 | 107 | 73 | 67 | 536 | 67 | 35 |
| Binary | 1110100 | 100010 | 101111 | 0 | 1000111 | 111011 | 110111 | 101011110 | 110111 | 11101 |
Color Harmonies of #74222F
Complementary color
Monochromatic Colors of #74222F
Black with #74222F
Text Example
Text Example
White with #74222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74222F; }
p { color: rgb(116,34,47); }
H1.HeaderClassName
{
color: #74222F;
}
.AnyTagClassName
{
color: #74222F;
}
</style>
background-color css
<style>
a { background-color: #74222F; }
a { background-color: rgb(116,34,47); }
div.DivClassName
{
background-color: #74222F;
}
.BgClassName
{
background-color: #74222F;
}
</style>
border-color css
<style>
span { border-color: #74222F; }
span { border-color: rgb(116,34,47); }
td.TdClassName
{
border-color: #74222F;
}
.TagClassName
{
border-color: #74222F;
}
</style>