Shades of Red Berry #6F2023
Tints of Red Berry #6F2023
RGB
CMYK
RGB Variations
Color information
#6F2023 (or 0x6F2023) is known color: Red Berry. HEX triplet: 6F, 20 and 23. RGB value is (111,32,35). Sum of RGB (Red+Green+Blue) = 111+32+35=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2023 is #90DFDC. Grayscale: #383838. Windows color (decimal): -9494493 or 2302063. OLE color: 2302063.
HSL color Cylindrical-coordinate representation of color #6F2023: hue angle of 357.72º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2023 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 35 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.56 |
| HSL | 357.72º | 0.55% | 0.28% | - |
| HSV(B) | 357.72º | 0.71% | 0.44% | - |
| XYZ | 7.38 | 4.53 | 2.08 | - |
| YUV | 55.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 35 | 0 | 0.71 | 0.68 | 0.56 | 357.72 | 0.55 | 0.28 |
| Hex | 6F | 20 | 23 | 0 | 47 | 44 | 38 | 166 | 37 | 1C |
| Octal | 157 | 40 | 43 | 0 | 107 | 104 | 70 | 546 | 67 | 34 |
| Binary | 1101111 | 100000 | 100011 | 0 | 1000111 | 1000100 | 111000 | 101100110 | 110111 | 11100 |
Color Harmonies of #6F2023
Complementary color
Monochromatic Colors of #6F2023
Black with #6F2023
Text Example
Text Example
White with #6F2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2023; }
p { color: rgb(111,32,35); }
H1.HeaderClassName
{
color: #6F2023;
}
.AnyTagClassName
{
color: #6F2023;
}
</style>
background-color css
<style>
a { background-color: #6F2023; }
a { background-color: rgb(111,32,35); }
div.DivClassName
{
background-color: #6F2023;
}
.BgClassName
{
background-color: #6F2023;
}
</style>
border-color css
<style>
span { border-color: #6F2023; }
span { border-color: rgb(111,32,35); }
td.TdClassName
{
border-color: #6F2023;
}
.TagClassName
{
border-color: #6F2023;
}
</style>