Shades of Red Berry #6D1A24
Tints of Red Berry #6D1A24
RGB
CMYK
RGB Variations
Color information
#6D1A24 (or 0x6D1A24) is known color: Red Berry. HEX triplet: 6D, 1A and 24. RGB value is (109,26,36). Sum of RGB (Red+Green+Blue) = 109+26+36=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A24 is #92E5DB. Grayscale: #333333. Windows color (decimal): -9627100 or 2366061. OLE color: 2366061.
HSL color Cylindrical-coordinate representation of color #6D1A24: hue angle of 352.77º 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 #6D1A24 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 36 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.57 |
| HSL | 352.77º | 0.61% | 0.26% | - |
| HSV(B) | 352.77º | 0.76% | 0.43% | - |
| XYZ | 6.99 | 4.12 | 2.1 | - |
| YUV | 51.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 36 | 0 | 0.76 | 0.67 | 0.57 | 352.77 | 0.61 | 0.26 |
| Hex | 6D | 1A | 24 | 0 | 4C | 43 | 39 | 161 | 3D | 1A |
| Octal | 155 | 32 | 44 | 0 | 114 | 103 | 71 | 541 | 75 | 32 |
| Binary | 1101101 | 11010 | 100100 | 0 | 1001100 | 1000011 | 111001 | 101100001 | 111101 | 11010 |
Color Harmonies of #6D1A24
Complementary color
Monochromatic Colors of #6D1A24
Black with #6D1A24
Text Example
Text Example
White with #6D1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A24; }
p { color: rgb(109,26,36); }
H1.HeaderClassName
{
color: #6D1A24;
}
.AnyTagClassName
{
color: #6D1A24;
}
</style>
background-color css
<style>
a { background-color: #6D1A24; }
a { background-color: rgb(109,26,36); }
div.DivClassName
{
background-color: #6D1A24;
}
.BgClassName
{
background-color: #6D1A24;
}
</style>
border-color css
<style>
span { border-color: #6D1A24; }
span { border-color: rgb(109,26,36); }
td.TdClassName
{
border-color: #6D1A24;
}
.TagClassName
{
border-color: #6D1A24;
}
</style>