Shades of Red Berry #6F1F28
Tints of Red Berry #6F1F28
RGB
CMYK
RGB Variations
Color information
#6F1F28 (or 0x6F1F28) is known color: Red Berry. HEX triplet: 6F, 1F and 28. RGB value is (111,31,40). Sum of RGB (Red+Green+Blue) = 111+31+40=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F28 is #90E0D7. Grayscale: #373737. Windows color (decimal): -9494744 or 2629487. OLE color: 2629487.
HSL color Cylindrical-coordinate representation of color #6F1F28: hue angle of 353.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F28 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 40 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.56 |
| HSL | 353.25º | 0.56% | 0.28% | - |
| HSV(B) | 353.25º | 0.72% | 0.44% | - |
| XYZ | 7.43 | 4.51 | 2.49 | - |
| YUV | 55.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 40 | 0 | 0.72 | 0.64 | 0.56 | 353.25 | 0.56 | 0.28 |
| Hex | 6F | 1F | 28 | 0 | 48 | 40 | 38 | 161 | 38 | 1C |
| Octal | 157 | 37 | 50 | 0 | 110 | 100 | 70 | 541 | 70 | 34 |
| Binary | 1101111 | 11111 | 101000 | 0 | 1001000 | 1000000 | 111000 | 101100001 | 111000 | 11100 |
Color Harmonies of #6F1F28
Complementary color
Monochromatic Colors of #6F1F28
Black with #6F1F28
Text Example
Text Example
White with #6F1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F28; }
p { color: rgb(111,31,40); }
H1.HeaderClassName
{
color: #6F1F28;
}
.AnyTagClassName
{
color: #6F1F28;
}
</style>
background-color css
<style>
a { background-color: #6F1F28; }
a { background-color: rgb(111,31,40); }
div.DivClassName
{
background-color: #6F1F28;
}
.BgClassName
{
background-color: #6F1F28;
}
</style>
border-color css
<style>
span { border-color: #6F1F28; }
span { border-color: rgb(111,31,40); }
td.TdClassName
{
border-color: #6F1F28;
}
.TagClassName
{
border-color: #6F1F28;
}
</style>