Shades of Red Berry #75171D
Tints of Red Berry #75171D
RGB
CMYK
RGB Variations
Color information
#75171D (or 0x75171D) is known color: Red Berry. HEX triplet: 75, 17 and 1D. RGB value is (117,23,29). Sum of RGB (Red+Green+Blue) = 117+23+29=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75171D is #8AE8E2. Grayscale: #333333. Windows color (decimal): -9103587 or 1906549. OLE color: 1906549.
HSL color Cylindrical-coordinate representation of color #75171D: hue angle of 356.17º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75171D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 29 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.54 |
| HSL | 356.17º | 0.67% | 0.27% | - |
| HSV(B) | 356.17º | 0.8% | 0.46% | - |
| XYZ | 7.86 | 4.48 | 1.61 | - |
| YUV | 51.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 29 | 0 | 0.80 | 0.75 | 0.54 | 356.17 | 0.67 | 0.27 |
| Hex | 75 | 17 | 1D | 0 | 50 | 4B | 36 | 164 | 43 | 1B |
| Octal | 165 | 27 | 35 | 0 | 120 | 113 | 66 | 544 | 103 | 33 |
| Binary | 1110101 | 10111 | 11101 | 0 | 1010000 | 1001011 | 110110 | 101100100 | 1000011 | 11011 |
Color Harmonies of #75171D
Complementary color
Monochromatic Colors of #75171D
Black with #75171D
Text Example
Text Example
White with #75171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75171D; }
p { color: rgb(117,23,29); }
H1.HeaderClassName
{
color: #75171D;
}
.AnyTagClassName
{
color: #75171D;
}
</style>
background-color css
<style>
a { background-color: #75171D; }
a { background-color: rgb(117,23,29); }
div.DivClassName
{
background-color: #75171D;
}
.BgClassName
{
background-color: #75171D;
}
</style>
border-color css
<style>
span { border-color: #75171D; }
span { border-color: rgb(117,23,29); }
td.TdClassName
{
border-color: #75171D;
}
.TagClassName
{
border-color: #75171D;
}
</style>