Shades of Red Berry #781F23
Tints of Red Berry #781F23
RGB
CMYK
RGB Variations
Color information
#781F23 (or 0x781F23) is known color: Red Berry. HEX triplet: 78, 1F and 23. RGB value is (120,31,35). Sum of RGB (Red+Green+Blue) = 120+31+35=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #781F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F23 is #87E0DC. Grayscale: #3A3A3A. Windows color (decimal): -8904925 or 2301816. OLE color: 2301816.
HSL color Cylindrical-coordinate representation of color #781F23: hue angle of 357.3º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F23 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 35 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.53 |
| HSL | 357.3º | 0.59% | 0.3% | - |
| HSV(B) | 357.3º | 0.74% | 0.47% | - |
| XYZ | 8.54 | 5.09 | 2.12 | - |
| YUV | 58.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 35 | 0 | 0.74 | 0.71 | 0.53 | 357.3 | 0.59 | 0.3 |
| Hex | 78 | 1F | 23 | 0 | 4A | 47 | 35 | 165 | 3B | 1E |
| Octal | 170 | 37 | 43 | 0 | 112 | 107 | 65 | 545 | 73 | 36 |
| Binary | 1111000 | 11111 | 100011 | 0 | 1001010 | 1000111 | 110101 | 101100101 | 111011 | 11110 |
Color Harmonies of #781F23
Complementary color
Monochromatic Colors of #781F23
Black with #781F23
Text Example
Text Example
White with #781F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F23; }
p { color: rgb(120,31,35); }
H1.HeaderClassName
{
color: #781F23;
}
.AnyTagClassName
{
color: #781F23;
}
</style>
background-color css
<style>
a { background-color: #781F23; }
a { background-color: rgb(120,31,35); }
div.DivClassName
{
background-color: #781F23;
}
.BgClassName
{
background-color: #781F23;
}
</style>
border-color css
<style>
span { border-color: #781F23; }
span { border-color: rgb(120,31,35); }
td.TdClassName
{
border-color: #781F23;
}
.TagClassName
{
border-color: #781F23;
}
</style>