Shades of Red Berry #6E2025
Tints of Red Berry #6E2025
RGB
CMYK
RGB Variations
Color information
#6E2025 (or 0x6E2025) is known color: Red Berry. HEX triplet: 6E, 20 and 25. RGB value is (110,32,37). Sum of RGB (Red+Green+Blue) = 110+32+37=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2025 is #91DFDA. Grayscale: #373737. Windows color (decimal): -9560027 or 2433134. OLE color: 2433134.
HSL color Cylindrical-coordinate representation of color #6E2025: hue angle of 356.15º 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 #6E2025 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 37 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.57 |
| HSL | 356.15º | 0.55% | 0.28% | - |
| HSV(B) | 356.15º | 0.71% | 0.43% | - |
| XYZ | 7.28 | 4.48 | 2.23 | - |
| YUV | 55.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 37 | 0 | 0.71 | 0.66 | 0.57 | 356.15 | 0.55 | 0.28 |
| Hex | 6E | 20 | 25 | 0 | 47 | 42 | 39 | 164 | 37 | 1C |
| Octal | 156 | 40 | 45 | 0 | 107 | 102 | 71 | 544 | 67 | 34 |
| Binary | 1101110 | 100000 | 100101 | 0 | 1000111 | 1000010 | 111001 | 101100100 | 110111 | 11100 |
Color Harmonies of #6E2025
Complementary color
Monochromatic Colors of #6E2025
Black with #6E2025
Text Example
Text Example
White with #6E2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2025; }
p { color: rgb(110,32,37); }
H1.HeaderClassName
{
color: #6E2025;
}
.AnyTagClassName
{
color: #6E2025;
}
</style>
background-color css
<style>
a { background-color: #6E2025; }
a { background-color: rgb(110,32,37); }
div.DivClassName
{
background-color: #6E2025;
}
.BgClassName
{
background-color: #6E2025;
}
</style>
border-color css
<style>
span { border-color: #6E2025; }
span { border-color: rgb(110,32,37); }
td.TdClassName
{
border-color: #6E2025;
}
.TagClassName
{
border-color: #6E2025;
}
</style>