Shades of Red Berry #75182C
Tints of Red Berry #75182C
RGB
CMYK
RGB Variations
Color information
#75182C (or 0x75182C) is known color: Red Berry. HEX triplet: 75, 18 and 2C. RGB value is (117,24,44). Sum of RGB (Red+Green+Blue) = 117+24+44=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75182C is #8AE7D3. Grayscale: #363636. Windows color (decimal): -9103316 or 2889845. OLE color: 2889845.
HSL color Cylindrical-coordinate representation of color #75182C: hue angle of 347.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75182C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 44 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.54 |
| HSL | 347.1º | 0.66% | 0.28% | - |
| HSV(B) | 347.1º | 0.79% | 0.46% | - |
| XYZ | 8.12 | 4.62 | 2.85 | - |
| YUV | 54.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 44 | 0 | 0.79 | 0.62 | 0.54 | 347.1 | 0.66 | 0.28 |
| Hex | 75 | 18 | 2C | 0 | 4F | 3E | 36 | 15B | 42 | 1C |
| Octal | 165 | 30 | 54 | 0 | 117 | 76 | 66 | 533 | 102 | 34 |
| Binary | 1110101 | 11000 | 101100 | 0 | 1001111 | 111110 | 110110 | 101011011 | 1000010 | 11100 |
Color Harmonies of #75182C
Complementary color
Monochromatic Colors of #75182C
Black with #75182C
Text Example
Text Example
White with #75182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75182C; }
p { color: rgb(117,24,44); }
H1.HeaderClassName
{
color: #75182C;
}
.AnyTagClassName
{
color: #75182C;
}
</style>
background-color css
<style>
a { background-color: #75182C; }
a { background-color: rgb(117,24,44); }
div.DivClassName
{
background-color: #75182C;
}
.BgClassName
{
background-color: #75182C;
}
</style>
border-color css
<style>
span { border-color: #75182C; }
span { border-color: rgb(117,24,44); }
td.TdClassName
{
border-color: #75182C;
}
.TagClassName
{
border-color: #75182C;
}
</style>