Shades of Red Berry #741A1F
Tints of Red Berry #741A1F
RGB
CMYK
RGB Variations
Color information
#741A1F (or 0x741A1F) is known color: Red Berry. HEX triplet: 74, 1A and 1F. RGB value is (116,26,31). Sum of RGB (Red+Green+Blue) = 116+26+31=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A1F is #8BE5E0. Grayscale: #353535. Windows color (decimal): -9168353 or 2038388. OLE color: 2038388.
HSL color Cylindrical-coordinate representation of color #741A1F: hue angle of 356.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741A1F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 31 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.55 |
| HSL | 356.67º | 0.63% | 0.28% | - |
| HSV(B) | 356.67º | 0.78% | 0.45% | - |
| XYZ | 7.82 | 4.55 | 1.76 | - |
| YUV | 53.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 31 | 0 | 0.78 | 0.73 | 0.55 | 356.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 1F | 0 | 4E | 49 | 37 | 165 | 3F | 1C |
| Octal | 164 | 32 | 37 | 0 | 116 | 111 | 67 | 545 | 77 | 34 |
| Binary | 1110100 | 11010 | 11111 | 0 | 1001110 | 1001001 | 110111 | 101100101 | 111111 | 11100 |
Color Harmonies of #741A1F
Complementary color
Monochromatic Colors of #741A1F
Black with #741A1F
Text Example
Text Example
White with #741A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A1F; }
p { color: rgb(116,26,31); }
H1.HeaderClassName
{
color: #741A1F;
}
.AnyTagClassName
{
color: #741A1F;
}
</style>
background-color css
<style>
a { background-color: #741A1F; }
a { background-color: rgb(116,26,31); }
div.DivClassName
{
background-color: #741A1F;
}
.BgClassName
{
background-color: #741A1F;
}
</style>
border-color css
<style>
span { border-color: #741A1F; }
span { border-color: rgb(116,26,31); }
td.TdClassName
{
border-color: #741A1F;
}
.TagClassName
{
border-color: #741A1F;
}
</style>