Shades of Red Berry #781C24
Tints of Red Berry #781C24
RGB
CMYK
RGB Variations
Color information
#781C24 (or 0x781C24) is known color: Red Berry. HEX triplet: 78, 1C and 24. RGB value is (120,28,36). Sum of RGB (Red+Green+Blue) = 120+28+36=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #781C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C24 is #87E3DB. Grayscale: #383838. Windows color (decimal): -8905692 or 2366584. OLE color: 2366584.
HSL color Cylindrical-coordinate representation of color #781C24: hue angle of 354.78º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C24 is Cyan = 0, Magento = 0.77, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 36 | - |
| CMYK | 0 | 0.77 | 0.7 | 0.53 |
| HSL | 354.78º | 0.62% | 0.29% | - |
| HSV(B) | 354.78º | 0.77% | 0.47% | - |
| XYZ | 8.48 | 4.95 | 2.18 | - |
| YUV | 56.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 36 | 0 | 0.77 | 0.7 | 0.53 | 354.78 | 0.62 | 0.29 |
| Hex | 78 | 1C | 24 | 0 | 4D | 46 | 35 | 163 | 3E | 1D |
| Octal | 170 | 34 | 44 | 0 | 115 | 106 | 65 | 543 | 76 | 35 |
| Binary | 1111000 | 11100 | 100100 | 0 | 1001101 | 1000110 | 110101 | 101100011 | 111110 | 11101 |
Color Harmonies of #781C24
Complementary color
Monochromatic Colors of #781C24
Black with #781C24
Text Example
Text Example
White with #781C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C24; }
p { color: rgb(120,28,36); }
H1.HeaderClassName
{
color: #781C24;
}
.AnyTagClassName
{
color: #781C24;
}
</style>
background-color css
<style>
a { background-color: #781C24; }
a { background-color: rgb(120,28,36); }
div.DivClassName
{
background-color: #781C24;
}
.BgClassName
{
background-color: #781C24;
}
</style>
border-color css
<style>
span { border-color: #781C24; }
span { border-color: rgb(120,28,36); }
td.TdClassName
{
border-color: #781C24;
}
.TagClassName
{
border-color: #781C24;
}
</style>