Shades of Red Berry #6E202B
Tints of Red Berry #6E202B
RGB
CMYK
RGB Variations
Color information
#6E202B (or 0x6E202B) is known color: Red Berry. HEX triplet: 6E, 20 and 2B. RGB value is (110,32,43). Sum of RGB (Red+Green+Blue) = 110+32+43=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E202B is #91DFD4. Grayscale: #383838. Windows color (decimal): -9560021 or 2826350. OLE color: 2826350.
HSL color Cylindrical-coordinate representation of color #6E202B: hue angle of 351.54º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E202B is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 43 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.57 |
| HSL | 351.54º | 0.55% | 0.28% | - |
| HSV(B) | 351.54º | 0.71% | 0.43% | - |
| XYZ | 7.38 | 4.52 | 2.77 | - |
| YUV | 56.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 43 | 0 | 0.71 | 0.61 | 0.57 | 351.54 | 0.55 | 0.28 |
| Hex | 6E | 20 | 2B | 0 | 47 | 3D | 39 | 160 | 37 | 1C |
| Octal | 156 | 40 | 53 | 0 | 107 | 75 | 71 | 540 | 67 | 34 |
| Binary | 1101110 | 100000 | 101011 | 0 | 1000111 | 111101 | 111001 | 101100000 | 110111 | 11100 |
Color Harmonies of #6E202B
Complementary color
Monochromatic Colors of #6E202B
Black with #6E202B
Text Example
Text Example
White with #6E202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E202B; }
p { color: rgb(110,32,43); }
H1.HeaderClassName
{
color: #6E202B;
}
.AnyTagClassName
{
color: #6E202B;
}
</style>
background-color css
<style>
a { background-color: #6E202B; }
a { background-color: rgb(110,32,43); }
div.DivClassName
{
background-color: #6E202B;
}
.BgClassName
{
background-color: #6E202B;
}
</style>
border-color css
<style>
span { border-color: #6E202B; }
span { border-color: rgb(110,32,43); }
td.TdClassName
{
border-color: #6E202B;
}
.TagClassName
{
border-color: #6E202B;
}
</style>