Shades of Red Berry #781C23
Tints of Red Berry #781C23
RGB
CMYK
RGB Variations
Color information
#781C23 (or 0x781C23) is known color: Red Berry. HEX triplet: 78, 1C and 23. RGB value is (120,28,35). Sum of RGB (Red+Green+Blue) = 120+28+35=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #781C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C23 is #87E3DC. Grayscale: #383838. Windows color (decimal): -8905693 or 2301048. OLE color: 2301048.
HSL color Cylindrical-coordinate representation of color #781C23: hue angle of 355.43º 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 #781C23 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 35 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.53 |
| HSL | 355.43º | 0.62% | 0.29% | - |
| HSV(B) | 355.43º | 0.77% | 0.47% | - |
| XYZ | 8.46 | 4.94 | 2.1 | - |
| YUV | 56.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 35 | 0 | 0.77 | 0.71 | 0.53 | 355.43 | 0.62 | 0.29 |
| Hex | 78 | 1C | 23 | 0 | 4D | 47 | 35 | 163 | 3E | 1D |
| Octal | 170 | 34 | 43 | 0 | 115 | 107 | 65 | 543 | 76 | 35 |
| Binary | 1111000 | 11100 | 100011 | 0 | 1001101 | 1000111 | 110101 | 101100011 | 111110 | 11101 |
Color Harmonies of #781C23
Complementary color
Monochromatic Colors of #781C23
Black with #781C23
Text Example
Text Example
White with #781C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C23; }
p { color: rgb(120,28,35); }
H1.HeaderClassName
{
color: #781C23;
}
.AnyTagClassName
{
color: #781C23;
}
</style>
background-color css
<style>
a { background-color: #781C23; }
a { background-color: rgb(120,28,35); }
div.DivClassName
{
background-color: #781C23;
}
.BgClassName
{
background-color: #781C23;
}
</style>
border-color css
<style>
span { border-color: #781C23; }
span { border-color: rgb(120,28,35); }
td.TdClassName
{
border-color: #781C23;
}
.TagClassName
{
border-color: #781C23;
}
</style>