Shades of Red Berry #74222B
Tints of Red Berry #74222B
RGB
CMYK
RGB Variations
Color information
#74222B (or 0x74222B) is known color: Red Berry. HEX triplet: 74, 22 and 2B. RGB value is (116,34,43). Sum of RGB (Red+Green+Blue) = 116+34+43=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74222B is #8BDDD4. Grayscale: #3B3B3B. Windows color (decimal): -9166293 or 2826868. OLE color: 2826868.
HSL color Cylindrical-coordinate representation of color #74222B: hue angle of 353.41º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74222B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 43 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.55 |
| HSL | 353.41º | 0.55% | 0.29% | - |
| HSV(B) | 353.41º | 0.71% | 0.45% | - |
| XYZ | 8.21 | 5.03 | 2.82 | - |
| YUV | 59.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 43 | 0 | 0.71 | 0.63 | 0.55 | 353.41 | 0.55 | 0.29 |
| Hex | 74 | 22 | 2B | 0 | 47 | 3F | 37 | 161 | 37 | 1D |
| Octal | 164 | 42 | 53 | 0 | 107 | 77 | 67 | 541 | 67 | 35 |
| Binary | 1110100 | 100010 | 101011 | 0 | 1000111 | 111111 | 110111 | 101100001 | 110111 | 11101 |
Color Harmonies of #74222B
Complementary color
Monochromatic Colors of #74222B
Black with #74222B
Text Example
Text Example
White with #74222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74222B; }
p { color: rgb(116,34,43); }
H1.HeaderClassName
{
color: #74222B;
}
.AnyTagClassName
{
color: #74222B;
}
</style>
background-color css
<style>
a { background-color: #74222B; }
a { background-color: rgb(116,34,43); }
div.DivClassName
{
background-color: #74222B;
}
.BgClassName
{
background-color: #74222B;
}
</style>
border-color css
<style>
span { border-color: #74222B; }
span { border-color: rgb(116,34,43); }
td.TdClassName
{
border-color: #74222B;
}
.TagClassName
{
border-color: #74222B;
}
</style>