Shades of Red Berry #741C1D
Tints of Red Berry #741C1D
RGB
CMYK
RGB Variations
Color information
#741C1D (or 0x741C1D) is known color: Red Berry. HEX triplet: 74, 1C and 1D. RGB value is (116,28,29). Sum of RGB (Red+Green+Blue) = 116+28+29=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C1D is #8BE3E2. Grayscale: #363636. Windows color (decimal): -9167843 or 1907828. OLE color: 1907828.
HSL color Cylindrical-coordinate representation of color #741C1D: hue angle of 359.32º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C1D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 29 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.55 |
| HSL | 359.32º | 0.61% | 0.28% | - |
| HSV(B) | 359.32º | 0.76% | 0.45% | - |
| XYZ | 7.84 | 4.63 | 1.64 | - |
| YUV | 54.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 29 | 0 | 0.76 | 0.75 | 0.55 | 359.32 | 0.61 | 0.28 |
| Hex | 74 | 1C | 1D | 0 | 4C | 4B | 37 | 167 | 3D | 1C |
| Octal | 164 | 34 | 35 | 0 | 114 | 113 | 67 | 547 | 75 | 34 |
| Binary | 1110100 | 11100 | 11101 | 0 | 1001100 | 1001011 | 110111 | 101100111 | 111101 | 11100 |
Color Harmonies of #741C1D
Complementary color
Monochromatic Colors of #741C1D
Black with #741C1D
Text Example
Text Example
White with #741C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C1D; }
p { color: rgb(116,28,29); }
H1.HeaderClassName
{
color: #741C1D;
}
.AnyTagClassName
{
color: #741C1D;
}
</style>
background-color css
<style>
a { background-color: #741C1D; }
a { background-color: rgb(116,28,29); }
div.DivClassName
{
background-color: #741C1D;
}
.BgClassName
{
background-color: #741C1D;
}
</style>
border-color css
<style>
span { border-color: #741C1D; }
span { border-color: rgb(116,28,29); }
td.TdClassName
{
border-color: #741C1D;
}
.TagClassName
{
border-color: #741C1D;
}
</style>