Shades of Red Berry #6D1A22
Tints of Red Berry #6D1A22
RGB
CMYK
RGB Variations
Color information
#6D1A22 (or 0x6D1A22) is known color: Red Berry. HEX triplet: 6D, 1A and 22. RGB value is (109,26,34). Sum of RGB (Red+Green+Blue) = 109+26+34=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A22 is #92E5DD. Grayscale: #333333. Windows color (decimal): -9627102 or 2234989. OLE color: 2234989.
HSL color Cylindrical-coordinate representation of color #6D1A22: hue angle of 354.22º 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 #6D1A22 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 34 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.57 |
| HSL | 354.22º | 0.61% | 0.26% | - |
| HSV(B) | 354.22º | 0.76% | 0.43% | - |
| XYZ | 6.96 | 4.11 | 1.94 | - |
| YUV | 51.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 34 | 0 | 0.76 | 0.69 | 0.57 | 354.22 | 0.61 | 0.26 |
| Hex | 6D | 1A | 22 | 0 | 4C | 45 | 39 | 162 | 3D | 1A |
| Octal | 155 | 32 | 42 | 0 | 114 | 105 | 71 | 542 | 75 | 32 |
| Binary | 1101101 | 11010 | 100010 | 0 | 1001100 | 1000101 | 111001 | 101100010 | 111101 | 11010 |
Color Harmonies of #6D1A22
Complementary color
Monochromatic Colors of #6D1A22
Black with #6D1A22
Text Example
Text Example
White with #6D1A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A22; }
p { color: rgb(109,26,34); }
H1.HeaderClassName
{
color: #6D1A22;
}
.AnyTagClassName
{
color: #6D1A22;
}
</style>
background-color css
<style>
a { background-color: #6D1A22; }
a { background-color: rgb(109,26,34); }
div.DivClassName
{
background-color: #6D1A22;
}
.BgClassName
{
background-color: #6D1A22;
}
</style>
border-color css
<style>
span { border-color: #6D1A22; }
span { border-color: rgb(109,26,34); }
td.TdClassName
{
border-color: #6D1A22;
}
.TagClassName
{
border-color: #6D1A22;
}
</style>