Shades of Claret #74233A
Tints of Claret #74233A
RGB
CMYK
RGB Variations
Color information
#74233A (or 0x74233A) is known color: Claret. HEX triplet: 74, 23 and 3A. RGB value is (116,35,58). Sum of RGB (Red+Green+Blue) = 116+35+58=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74233A is #8BDCC5. Grayscale: #3D3D3D. Windows color (decimal): -9166022 or 3810164. OLE color: 3810164.
HSL color Cylindrical-coordinate representation of color #74233A: hue angle of 342.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74233A is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 58 | - |
| CMYK | 0 | 0.70 | 0.5 | 0.55 |
| HSL | 342.96º | 0.54% | 0.3% | - |
| HSV(B) | 342.96º | 0.7% | 0.45% | - |
| XYZ | 8.57 | 5.22 | 4.56 | - |
| YUV | 61.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 58 | 0 | 0.70 | 0.5 | 0.55 | 342.96 | 0.54 | 0.3 |
| Hex | 74 | 23 | 3A | 0 | 46 | 32 | 37 | 157 | 36 | 1E |
| Octal | 164 | 43 | 72 | 0 | 106 | 62 | 67 | 527 | 66 | 36 |
| Binary | 1110100 | 100011 | 111010 | 0 | 1000110 | 110010 | 110111 | 101010111 | 110110 | 11110 |
Color Harmonies of #74233A
Complementary color
Monochromatic Colors of #74233A
Black with #74233A
Text Example
Text Example
White with #74233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74233A; }
p { color: rgb(116,35,58); }
H1.HeaderClassName
{
color: #74233A;
}
.AnyTagClassName
{
color: #74233A;
}
</style>
background-color css
<style>
a { background-color: #74233A; }
a { background-color: rgb(116,35,58); }
div.DivClassName
{
background-color: #74233A;
}
.BgClassName
{
background-color: #74233A;
}
</style>
border-color css
<style>
span { border-color: #74233A; }
span { border-color: rgb(116,35,58); }
td.TdClassName
{
border-color: #74233A;
}
.TagClassName
{
border-color: #74233A;
}
</style>