Shades of Red Berry #74181C
Tints of Red Berry #74181C
RGB
CMYK
RGB Variations
Color information
#74181C (or 0x74181C) is known color: Red Berry. HEX triplet: 74, 18 and 1C. RGB value is (116,24,28). Sum of RGB (Red+Green+Blue) = 116+24+28=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #74181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74181C is #8BE7E3. Grayscale: #343434. Windows color (decimal): -9168868 or 1841268. OLE color: 1841268.
HSL color Cylindrical-coordinate representation of color #74181C: hue angle of 357.39º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74181C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 24 | 28 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.55 |
| HSL | 357.39º | 0.66% | 0.27% | - |
| HSV(B) | 357.39º | 0.79% | 0.45% | - |
| XYZ | 7.74 | 4.45 | 1.55 | - |
| YUV | 51.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 28 | 0 | 0.79 | 0.76 | 0.55 | 357.39 | 0.66 | 0.27 |
| Hex | 74 | 18 | 1C | 0 | 4F | 4C | 37 | 165 | 42 | 1B |
| Octal | 164 | 30 | 34 | 0 | 117 | 114 | 67 | 545 | 102 | 33 |
| Binary | 1110100 | 11000 | 11100 | 0 | 1001111 | 1001100 | 110111 | 101100101 | 1000010 | 11011 |
Color Harmonies of #74181C
Complementary color
Monochromatic Colors of #74181C
Black with #74181C
Text Example
Text Example
White with #74181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74181C; }
p { color: rgb(116,24,28); }
H1.HeaderClassName
{
color: #74181C;
}
.AnyTagClassName
{
color: #74181C;
}
</style>
background-color css
<style>
a { background-color: #74181C; }
a { background-color: rgb(116,24,28); }
div.DivClassName
{
background-color: #74181C;
}
.BgClassName
{
background-color: #74181C;
}
</style>
border-color css
<style>
span { border-color: #74181C; }
span { border-color: rgb(116,24,28); }
td.TdClassName
{
border-color: #74181C;
}
.TagClassName
{
border-color: #74181C;
}
</style>