Shades of Red Berry #6F2327
Tints of Red Berry #6F2327
RGB
CMYK
RGB Variations
Color information
#6F2327 (or 0x6F2327) is known color: Red Berry. HEX triplet: 6F, 23 and 27. RGB value is (111,35,39). Sum of RGB (Red+Green+Blue) = 111+35+39=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2327 is #90DCD8. Grayscale: #3A3A3A. Windows color (decimal): -9493721 or 2564975. OLE color: 2564975.
HSL color Cylindrical-coordinate representation of color #6F2327: hue angle of 356.84º degrees, saturation: 0.52, 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 #6F2327 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 39 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.56 |
| HSL | 356.84º | 0.52% | 0.29% | - |
| HSV(B) | 356.84º | 0.68% | 0.44% | - |
| XYZ | 7.52 | 4.73 | 2.44 | - |
| YUV | 58.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 39 | 0 | 0.68 | 0.65 | 0.56 | 356.84 | 0.52 | 0.29 |
| Hex | 6F | 23 | 27 | 0 | 44 | 41 | 38 | 165 | 34 | 1D |
| Octal | 157 | 43 | 47 | 0 | 104 | 101 | 70 | 545 | 64 | 35 |
| Binary | 1101111 | 100011 | 100111 | 0 | 1000100 | 1000001 | 111000 | 101100101 | 110100 | 11101 |
Color Harmonies of #6F2327
Complementary color
Monochromatic Colors of #6F2327
Black with #6F2327
Text Example
Text Example
White with #6F2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2327; }
p { color: rgb(111,35,39); }
H1.HeaderClassName
{
color: #6F2327;
}
.AnyTagClassName
{
color: #6F2327;
}
</style>
background-color css
<style>
a { background-color: #6F2327; }
a { background-color: rgb(111,35,39); }
div.DivClassName
{
background-color: #6F2327;
}
.BgClassName
{
background-color: #6F2327;
}
</style>
border-color css
<style>
span { border-color: #6F2327; }
span { border-color: rgb(111,35,39); }
td.TdClassName
{
border-color: #6F2327;
}
.TagClassName
{
border-color: #6F2327;
}
</style>