Shades of Red Berry #6B1E2C
Tints of Red Berry #6B1E2C
RGB
CMYK
RGB Variations
Color information
#6B1E2C (or 0x6B1E2C) is known color: Red Berry. HEX triplet: 6B, 1E and 2C. RGB value is (107,30,44). Sum of RGB (Red+Green+Blue) = 107+30+44=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E2C is #94E1D3. Grayscale: #363636. Windows color (decimal): -9757140 or 2891371. OLE color: 2891371.
HSL color Cylindrical-coordinate representation of color #6B1E2C: hue angle of 349.09º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E2C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 30 | 44 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.58 |
| HSL | 349.09º | 0.56% | 0.27% | - |
| HSV(B) | 349.09º | 0.72% | 0.42% | - |
| XYZ | 6.98 | 4.24 | 2.83 | - |
| YUV | 54.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 44 | 0 | 0.72 | 0.59 | 0.58 | 349.09 | 0.56 | 0.27 |
| Hex | 6B | 1E | 2C | 0 | 48 | 3B | 3A | 15D | 38 | 1B |
| Octal | 153 | 36 | 54 | 0 | 110 | 73 | 72 | 535 | 70 | 33 |
| Binary | 1101011 | 11110 | 101100 | 0 | 1001000 | 111011 | 111010 | 101011101 | 111000 | 11011 |
Color Harmonies of #6B1E2C
Complementary color
Monochromatic Colors of #6B1E2C
Black with #6B1E2C
Text Example
Text Example
White with #6B1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E2C; }
p { color: rgb(107,30,44); }
H1.HeaderClassName
{
color: #6B1E2C;
}
.AnyTagClassName
{
color: #6B1E2C;
}
</style>
background-color css
<style>
a { background-color: #6B1E2C; }
a { background-color: rgb(107,30,44); }
div.DivClassName
{
background-color: #6B1E2C;
}
.BgClassName
{
background-color: #6B1E2C;
}
</style>
border-color css
<style>
span { border-color: #6B1E2C; }
span { border-color: rgb(107,30,44); }
td.TdClassName
{
border-color: #6B1E2C;
}
.TagClassName
{
border-color: #6B1E2C;
}
</style>