Shades of Red Berry #781D1F
Tints of Red Berry #781D1F
RGB
CMYK
RGB Variations
Color information
#781D1F (or 0x781D1F) is known color: Red Berry. HEX triplet: 78, 1D and 1F. RGB value is (120,29,31). Sum of RGB (Red+Green+Blue) = 120+29+31=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D1F is #87E2E0. Grayscale: #383838. Windows color (decimal): -8905441 or 2039160. OLE color: 2039160.
HSL color Cylindrical-coordinate representation of color #781D1F: hue angle of 358.68º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D1F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
RGB | 120 | 29 | 31 | - |
CMYK | 0 | 0.76 | 0.74 | 0.53 |
HSL | 358.68º | 0.61% | 0.29% | - |
HSV(B) | 358.68º | 0.76% | 0.47% | - |
XYZ | 8.43 | 4.97 | 1.81 | - |
YUV | 56.44 | 113.65 | 173.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 29 | 31 | 0 | 0.76 | 0.74 | 0.53 | 358.68 | 0.61 | 0.29 |
Hex | 78 | 1D | 1F | 0 | 4C | 4A | 35 | 167 | 3D | 1D |
Octal | 170 | 35 | 37 | 0 | 114 | 112 | 65 | 547 | 75 | 35 |
Binary | 1111000 | 11101 | 11111 | 0 | 1001100 | 1001010 | 110101 | 101100111 | 111101 | 11101 |
Color Harmonies of #781D1F
Complementary color
Monochromatic Colors of #781D1F
Black with #781D1F
Text Example
Text Example
White with #781D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D1F; }
p { color: rgb(120,29,31); }
H1.HeaderClassName
{
color: #781D1F;
}
.AnyTagClassName
{
color: #781D1F;
}
</style>
background-color css
<style>
a { background-color: #781D1F; }
a { background-color: rgb(120,29,31); }
div.DivClassName
{
background-color: #781D1F;
}
.BgClassName
{
background-color: #781D1F;
}
</style>
border-color css
<style>
span { border-color: #781D1F; }
span { border-color: rgb(120,29,31); }
td.TdClassName
{
border-color: #781D1F;
}
.TagClassName
{
border-color: #781D1F;
}
</style>