Shades of Claret #74263A
Tints of Claret #74263A
RGB
CMYK
RGB Variations
Color information
#74263A (or 0x74263A) is known color: Claret. HEX triplet: 74, 26 and 3A. RGB value is (116,38,58). Sum of RGB (Red+Green+Blue) = 116+38+58=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74263A is #8BD9C5. Grayscale: #3F3F3F. Windows color (decimal): -9165254 or 3810932. OLE color: 3810932.
HSL color Cylindrical-coordinate representation of color #74263A: hue angle of 344.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74263A is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 58 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.55 |
| HSL | 344.62º | 0.51% | 0.3% | - |
| HSV(B) | 344.62º | 0.67% | 0.45% | - |
| XYZ | 8.66 | 5.4 | 4.59 | - |
| YUV | 63.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 58 | 0 | 0.67 | 0.5 | 0.55 | 344.62 | 0.51 | 0.3 |
| Hex | 74 | 26 | 3A | 0 | 43 | 32 | 37 | 159 | 33 | 1E |
| Octal | 164 | 46 | 72 | 0 | 103 | 62 | 67 | 531 | 63 | 36 |
| Binary | 1110100 | 100110 | 111010 | 0 | 1000011 | 110010 | 110111 | 101011001 | 110011 | 11110 |
Color Harmonies of #74263A
Complementary color
Monochromatic Colors of #74263A
Black with #74263A
Text Example
Text Example
White with #74263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74263A; }
p { color: rgb(116,38,58); }
H1.HeaderClassName
{
color: #74263A;
}
.AnyTagClassName
{
color: #74263A;
}
</style>
background-color css
<style>
a { background-color: #74263A; }
a { background-color: rgb(116,38,58); }
div.DivClassName
{
background-color: #74263A;
}
.BgClassName
{
background-color: #74263A;
}
</style>
border-color css
<style>
span { border-color: #74263A; }
span { border-color: rgb(116,38,58); }
td.TdClassName
{
border-color: #74263A;
}
.TagClassName
{
border-color: #74263A;
}
</style>