Shades of Red Berry #6F2325
Tints of Red Berry #6F2325
RGB
CMYK
RGB Variations
Color information
#6F2325 (or 0x6F2325) is known color: Red Berry. HEX triplet: 6F, 23 and 25. RGB value is (111,35,37). Sum of RGB (Red+Green+Blue) = 111+35+37=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2325 is #90DCDA. Grayscale: #3A3A3A. Windows color (decimal): -9493723 or 2433903. OLE color: 2433903.
HSL color Cylindrical-coordinate representation of color #6F2325: hue angle of 358.42º 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 #6F2325 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 37 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.56 |
| HSL | 358.42º | 0.52% | 0.29% | - |
| HSV(B) | 358.42º | 0.68% | 0.44% | - |
| XYZ | 7.49 | 4.72 | 2.27 | - |
| YUV | 57.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 37 | 0 | 0.68 | 0.67 | 0.56 | 358.42 | 0.52 | 0.29 |
| Hex | 6F | 23 | 25 | 0 | 44 | 43 | 38 | 166 | 34 | 1D |
| Octal | 157 | 43 | 45 | 0 | 104 | 103 | 70 | 546 | 64 | 35 |
| Binary | 1101111 | 100011 | 100101 | 0 | 1000100 | 1000011 | 111000 | 101100110 | 110100 | 11101 |
Color Harmonies of #6F2325
Complementary color
Monochromatic Colors of #6F2325
Black with #6F2325
Text Example
Text Example
White with #6F2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2325; }
p { color: rgb(111,35,37); }
H1.HeaderClassName
{
color: #6F2325;
}
.AnyTagClassName
{
color: #6F2325;
}
</style>
background-color css
<style>
a { background-color: #6F2325; }
a { background-color: rgb(111,35,37); }
div.DivClassName
{
background-color: #6F2325;
}
.BgClassName
{
background-color: #6F2325;
}
</style>
border-color css
<style>
span { border-color: #6F2325; }
span { border-color: rgb(111,35,37); }
td.TdClassName
{
border-color: #6F2325;
}
.TagClassName
{
border-color: #6F2325;
}
</style>