Shades of Red Berry #6A1F29
Tints of Red Berry #6A1F29
RGB
CMYK
RGB Variations
Color information
#6A1F29 (or 0x6A1F29) is known color: Red Berry. HEX triplet: 6A, 1F and 29. RGB value is (106,31,41). Sum of RGB (Red+Green+Blue) = 106+31+41=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1F29 is #95E0D6. Grayscale: #363636. Windows color (decimal): -9822423 or 2695018. OLE color: 2695018.
HSL color Cylindrical-coordinate representation of color #6A1F29: hue angle of 352º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F29 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 41 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.58 |
| HSL | 352º | 0.55% | 0.27% | - |
| HSV(B) | 352º | 0.71% | 0.42% | - |
| XYZ | 6.83 | 4.2 | 2.55 | - |
| YUV | 54.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 41 | 0 | 0.71 | 0.61 | 0.58 | 352 | 0.55 | 0.27 |
| Hex | 6A | 1F | 29 | 0 | 47 | 3D | 3A | 160 | 37 | 1B |
| Octal | 152 | 37 | 51 | 0 | 107 | 75 | 72 | 540 | 67 | 33 |
| Binary | 1101010 | 11111 | 101001 | 0 | 1000111 | 111101 | 111010 | 101100000 | 110111 | 11011 |
Color Harmonies of #6A1F29
Complementary color
Monochromatic Colors of #6A1F29
Black with #6A1F29
Text Example
Text Example
White with #6A1F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F29; }
p { color: rgb(106,31,41); }
H1.HeaderClassName
{
color: #6A1F29;
}
.AnyTagClassName
{
color: #6A1F29;
}
</style>
background-color css
<style>
a { background-color: #6A1F29; }
a { background-color: rgb(106,31,41); }
div.DivClassName
{
background-color: #6A1F29;
}
.BgClassName
{
background-color: #6A1F29;
}
</style>
border-color css
<style>
span { border-color: #6A1F29; }
span { border-color: rgb(106,31,41); }
td.TdClassName
{
border-color: #6A1F29;
}
.TagClassName
{
border-color: #6A1F29;
}
</style>