Shades of Red Berry #6F1629
Tints of Red Berry #6F1629
RGB
CMYK
RGB Variations
Color information
#6F1629 (or 0x6F1629) is known color: Red Berry. HEX triplet: 6F, 16 and 29. RGB value is (111,22,41). Sum of RGB (Red+Green+Blue) = 111+22+41=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1629 is #90E9D6. Grayscale: #323232. Windows color (decimal): -9497047 or 2692719. OLE color: 2692719.
HSL color Cylindrical-coordinate representation of color #6F1629: hue angle of 347.19º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1629 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 41 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.56 |
| HSL | 347.19º | 0.67% | 0.26% | - |
| HSV(B) | 347.19º | 0.8% | 0.44% | - |
| XYZ | 7.24 | 4.11 | 2.51 | - |
| YUV | 50.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 41 | 0 | 0.80 | 0.63 | 0.56 | 347.19 | 0.67 | 0.26 |
| Hex | 6F | 16 | 29 | 0 | 50 | 3F | 38 | 15B | 43 | 1A |
| Octal | 157 | 26 | 51 | 0 | 120 | 77 | 70 | 533 | 103 | 32 |
| Binary | 1101111 | 10110 | 101001 | 0 | 1010000 | 111111 | 111000 | 101011011 | 1000011 | 11010 |
Color Harmonies of #6F1629
Complementary color
Monochromatic Colors of #6F1629
Black with #6F1629
Text Example
Text Example
White with #6F1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1629; }
p { color: rgb(111,22,41); }
H1.HeaderClassName
{
color: #6F1629;
}
.AnyTagClassName
{
color: #6F1629;
}
</style>
background-color css
<style>
a { background-color: #6F1629; }
a { background-color: rgb(111,22,41); }
div.DivClassName
{
background-color: #6F1629;
}
.BgClassName
{
background-color: #6F1629;
}
</style>
border-color css
<style>
span { border-color: #6F1629; }
span { border-color: rgb(111,22,41); }
td.TdClassName
{
border-color: #6F1629;
}
.TagClassName
{
border-color: #6F1629;
}
</style>