Shades of Red Berry #6D1B23
Tints of Red Berry #6D1B23
RGB
CMYK
RGB Variations
Color information
#6D1B23 (or 0x6D1B23) is known color: Red Berry. HEX triplet: 6D, 1B and 23. RGB value is (109,27,35). Sum of RGB (Red+Green+Blue) = 109+27+35=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B23 is #92E4DC. Grayscale: #343434. Windows color (decimal): -9626845 or 2300781. OLE color: 2300781.
HSL color Cylindrical-coordinate representation of color #6D1B23: hue angle of 354.15º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B23 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 35 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.57 |
| HSL | 354.15º | 0.6% | 0.27% | - |
| HSV(B) | 354.15º | 0.75% | 0.43% | - |
| XYZ | 7 | 4.16 | 2.02 | - |
| YUV | 52.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 35 | 0 | 0.75 | 0.68 | 0.57 | 354.15 | 0.6 | 0.27 |
| Hex | 6D | 1B | 23 | 0 | 4B | 44 | 39 | 162 | 3C | 1B |
| Octal | 155 | 33 | 43 | 0 | 113 | 104 | 71 | 542 | 74 | 33 |
| Binary | 1101101 | 11011 | 100011 | 0 | 1001011 | 1000100 | 111001 | 101100010 | 111100 | 11011 |
Color Harmonies of #6D1B23
Complementary color
Monochromatic Colors of #6D1B23
Black with #6D1B23
Text Example
Text Example
White with #6D1B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B23; }
p { color: rgb(109,27,35); }
H1.HeaderClassName
{
color: #6D1B23;
}
.AnyTagClassName
{
color: #6D1B23;
}
</style>
background-color css
<style>
a { background-color: #6D1B23; }
a { background-color: rgb(109,27,35); }
div.DivClassName
{
background-color: #6D1B23;
}
.BgClassName
{
background-color: #6D1B23;
}
</style>
border-color css
<style>
span { border-color: #6D1B23; }
span { border-color: rgb(109,27,35); }
td.TdClassName
{
border-color: #6D1B23;
}
.TagClassName
{
border-color: #6D1B23;
}
</style>