Shades of Red Berry #6F2427
Tints of Red Berry #6F2427
RGB
CMYK
RGB Variations
Color information
#6F2427 (or 0x6F2427) is known color: Red Berry. HEX triplet: 6F, 24 and 27. RGB value is (111,36,39). Sum of RGB (Red+Green+Blue) = 111+36+39=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2427 is #90DBD8. Grayscale: #3A3A3A. Windows color (decimal): -9493465 or 2565231. OLE color: 2565231.
HSL color Cylindrical-coordinate representation of color #6F2427: hue angle of 357.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2427 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 39 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.56 |
| HSL | 357.6º | 0.51% | 0.29% | - |
| HSV(B) | 357.6º | 0.68% | 0.44% | - |
| XYZ | 7.55 | 4.79 | 2.45 | - |
| YUV | 58.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 39 | 0 | 0.68 | 0.65 | 0.56 | 357.6 | 0.51 | 0.29 |
| Hex | 6F | 24 | 27 | 0 | 44 | 41 | 38 | 166 | 33 | 1D |
| Octal | 157 | 44 | 47 | 0 | 104 | 101 | 70 | 546 | 63 | 35 |
| Binary | 1101111 | 100100 | 100111 | 0 | 1000100 | 1000001 | 111000 | 101100110 | 110011 | 11101 |
Color Harmonies of #6F2427
Complementary color
Monochromatic Colors of #6F2427
Black with #6F2427
Text Example
Text Example
White with #6F2427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2427; }
p { color: rgb(111,36,39); }
H1.HeaderClassName
{
color: #6F2427;
}
.AnyTagClassName
{
color: #6F2427;
}
</style>
background-color css
<style>
a { background-color: #6F2427; }
a { background-color: rgb(111,36,39); }
div.DivClassName
{
background-color: #6F2427;
}
.BgClassName
{
background-color: #6F2427;
}
</style>
border-color css
<style>
span { border-color: #6F2427; }
span { border-color: rgb(111,36,39); }
td.TdClassName
{
border-color: #6F2427;
}
.TagClassName
{
border-color: #6F2427;
}
</style>