Shades of Claret #74223B
Tints of Claret #74223B
RGB
CMYK
RGB Variations
Color information
#74223B (or 0x74223B) is known color: Claret. HEX triplet: 74, 22 and 3B. RGB value is (116,34,59). Sum of RGB (Red+Green+Blue) = 116+34+59=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74223B is #8BDDC4. Grayscale: #3D3D3D. Windows color (decimal): -9166277 or 3875444. OLE color: 3875444.
HSL color Cylindrical-coordinate representation of color #74223B: hue angle of 341.71º 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 #74223B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 59 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.55 |
| HSL | 341.71º | 0.55% | 0.29% | - |
| HSV(B) | 341.71º | 0.71% | 0.45% | - |
| XYZ | 8.56 | 5.17 | 4.68 | - |
| YUV | 61.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 59 | 0 | 0.71 | 0.49 | 0.55 | 341.71 | 0.55 | 0.29 |
| Hex | 74 | 22 | 3B | 0 | 47 | 31 | 37 | 156 | 37 | 1D |
| Octal | 164 | 42 | 73 | 0 | 107 | 61 | 67 | 526 | 67 | 35 |
| Binary | 1110100 | 100010 | 111011 | 0 | 1000111 | 110001 | 110111 | 101010110 | 110111 | 11101 |
Color Harmonies of #74223B
Complementary color
Monochromatic Colors of #74223B
Black with #74223B
Text Example
Text Example
White with #74223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74223B; }
p { color: rgb(116,34,59); }
H1.HeaderClassName
{
color: #74223B;
}
.AnyTagClassName
{
color: #74223B;
}
</style>
background-color css
<style>
a { background-color: #74223B; }
a { background-color: rgb(116,34,59); }
div.DivClassName
{
background-color: #74223B;
}
.BgClassName
{
background-color: #74223B;
}
</style>
border-color css
<style>
span { border-color: #74223B; }
span { border-color: rgb(116,34,59); }
td.TdClassName
{
border-color: #74223B;
}
.TagClassName
{
border-color: #74223B;
}
</style>