Shades of Red Berry #781B23
Tints of Red Berry #781B23
RGB
CMYK
RGB Variations
Color information
#781B23 (or 0x781B23) is known color: Red Berry. HEX triplet: 78, 1B and 23. RGB value is (120,27,35). Sum of RGB (Red+Green+Blue) = 120+27+35=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #781B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B23 is #87E4DC. Grayscale: #373737. Windows color (decimal): -8905949 or 2300792. OLE color: 2300792.
HSL color Cylindrical-coordinate representation of color #781B23: hue angle of 354.84º degrees, saturation: 0.63, 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 #781B23 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 35 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.53 |
| HSL | 354.84º | 0.63% | 0.29% | - |
| HSV(B) | 354.84º | 0.78% | 0.47% | - |
| XYZ | 8.44 | 4.9 | 2.09 | - |
| YUV | 55.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 35 | 0 | 0.78 | 0.71 | 0.53 | 354.84 | 0.63 | 0.29 |
| Hex | 78 | 1B | 23 | 0 | 4E | 47 | 35 | 163 | 3F | 1D |
| Octal | 170 | 33 | 43 | 0 | 116 | 107 | 65 | 543 | 77 | 35 |
| Binary | 1111000 | 11011 | 100011 | 0 | 1001110 | 1000111 | 110101 | 101100011 | 111111 | 11101 |
Color Harmonies of #781B23
Complementary color
Monochromatic Colors of #781B23
Black with #781B23
Text Example
Text Example
White with #781B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B23; }
p { color: rgb(120,27,35); }
H1.HeaderClassName
{
color: #781B23;
}
.AnyTagClassName
{
color: #781B23;
}
</style>
background-color css
<style>
a { background-color: #781B23; }
a { background-color: rgb(120,27,35); }
div.DivClassName
{
background-color: #781B23;
}
.BgClassName
{
background-color: #781B23;
}
</style>
border-color css
<style>
span { border-color: #781B23; }
span { border-color: rgb(120,27,35); }
td.TdClassName
{
border-color: #781B23;
}
.TagClassName
{
border-color: #781B23;
}
</style>