Shades of Red Berry #6D1A1B
Tints of Red Berry #6D1A1B
RGB
CMYK
RGB Variations
Color information
#6D1A1B (or 0x6D1A1B) is known color: Red Berry. HEX triplet: 6D, 1A and 1B. RGB value is (109,26,27). Sum of RGB (Red+Green+Blue) = 109+26+27=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A1B is #92E5E4. Grayscale: #333333. Windows color (decimal): -9627109 or 1776237. OLE color: 1776237.
HSL color Cylindrical-coordinate representation of color #6D1A1B: hue angle of 359.28º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A1B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 27 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.57 |
| HSL | 359.28º | 0.61% | 0.26% | - |
| HSV(B) | 359.28º | 0.76% | 0.43% | - |
| XYZ | 6.87 | 4.07 | 1.46 | - |
| YUV | 50.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 27 | 0 | 0.76 | 0.75 | 0.57 | 359.28 | 0.61 | 0.26 |
| Hex | 6D | 1A | 1B | 0 | 4C | 4B | 39 | 167 | 3D | 1A |
| Octal | 155 | 32 | 33 | 0 | 114 | 113 | 71 | 547 | 75 | 32 |
| Binary | 1101101 | 11010 | 11011 | 0 | 1001100 | 1001011 | 111001 | 101100111 | 111101 | 11010 |
Color Harmonies of #6D1A1B
Complementary color
Monochromatic Colors of #6D1A1B
Black with #6D1A1B
Text Example
Text Example
White with #6D1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A1B; }
p { color: rgb(109,26,27); }
H1.HeaderClassName
{
color: #6D1A1B;
}
.AnyTagClassName
{
color: #6D1A1B;
}
</style>
background-color css
<style>
a { background-color: #6D1A1B; }
a { background-color: rgb(109,26,27); }
div.DivClassName
{
background-color: #6D1A1B;
}
.BgClassName
{
background-color: #6D1A1B;
}
</style>
border-color css
<style>
span { border-color: #6D1A1B; }
span { border-color: rgb(109,26,27); }
td.TdClassName
{
border-color: #6D1A1B;
}
.TagClassName
{
border-color: #6D1A1B;
}
</style>