Shades of Red Berry #6C1F2A
Tints of Red Berry #6C1F2A
RGB
CMYK
RGB Variations
Color information
#6C1F2A (or 0x6C1F2A) is known color: Red Berry. HEX triplet: 6C, 1F and 2A. RGB value is (108,31,42). Sum of RGB (Red+Green+Blue) = 108+31+42=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1F2A is #93E0D5. Grayscale: #373737. Windows color (decimal): -9691350 or 2760556. OLE color: 2760556.
HSL color Cylindrical-coordinate representation of color #6C1F2A: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C1F2A is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 31 | 42 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.58 |
| HSL | 351.43º | 0.55% | 0.27% | - |
| HSV(B) | 351.43º | 0.71% | 0.42% | - |
| XYZ | 7.09 | 4.34 | 2.65 | - |
| YUV | 55.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 42 | 0 | 0.71 | 0.61 | 0.58 | 351.43 | 0.55 | 0.27 |
| Hex | 6C | 1F | 2A | 0 | 47 | 3D | 3A | 15F | 37 | 1B |
| Octal | 154 | 37 | 52 | 0 | 107 | 75 | 72 | 537 | 67 | 33 |
| Binary | 1101100 | 11111 | 101010 | 0 | 1000111 | 111101 | 111010 | 101011111 | 110111 | 11011 |
Color Harmonies of #6C1F2A
Complementary color
Monochromatic Colors of #6C1F2A
Black with #6C1F2A
Text Example
Text Example
White with #6C1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1F2A; }
p { color: rgb(108,31,42); }
H1.HeaderClassName
{
color: #6C1F2A;
}
.AnyTagClassName
{
color: #6C1F2A;
}
</style>
background-color css
<style>
a { background-color: #6C1F2A; }
a { background-color: rgb(108,31,42); }
div.DivClassName
{
background-color: #6C1F2A;
}
.BgClassName
{
background-color: #6C1F2A;
}
</style>
border-color css
<style>
span { border-color: #6C1F2A; }
span { border-color: rgb(108,31,42); }
td.TdClassName
{
border-color: #6C1F2A;
}
.TagClassName
{
border-color: #6C1F2A;
}
</style>