Shades of Red Berry #6C1B2B
Tints of Red Berry #6C1B2B
RGB
CMYK
RGB Variations
Color information
#6C1B2B (or 0x6C1B2B) is known color: Red Berry. HEX triplet: 6C, 1B and 2B. RGB value is (108,27,43). Sum of RGB (Red+Green+Blue) = 108+27+43=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B2B is #93E4D4. Grayscale: #353535. Windows color (decimal): -9692373 or 2825068. OLE color: 2825068.
HSL color Cylindrical-coordinate representation of color #6C1B2B: hue angle of 348.15º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B2B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 43 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.58 |
| HSL | 348.15º | 0.6% | 0.26% | - |
| HSV(B) | 348.15º | 0.75% | 0.42% | - |
| XYZ | 7.01 | 4.15 | 2.72 | - |
| YUV | 53.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 43 | 0 | 0.75 | 0.60 | 0.58 | 348.15 | 0.6 | 0.26 |
| Hex | 6C | 1B | 2B | 0 | 4B | 3C | 3A | 15C | 3C | 1A |
| Octal | 154 | 33 | 53 | 0 | 113 | 74 | 72 | 534 | 74 | 32 |
| Binary | 1101100 | 11011 | 101011 | 0 | 1001011 | 111100 | 111010 | 101011100 | 111100 | 11010 |
Color Harmonies of #6C1B2B
Complementary color
Monochromatic Colors of #6C1B2B
Black with #6C1B2B
Text Example
Text Example
White with #6C1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B2B; }
p { color: rgb(108,27,43); }
H1.HeaderClassName
{
color: #6C1B2B;
}
.AnyTagClassName
{
color: #6C1B2B;
}
</style>
background-color css
<style>
a { background-color: #6C1B2B; }
a { background-color: rgb(108,27,43); }
div.DivClassName
{
background-color: #6C1B2B;
}
.BgClassName
{
background-color: #6C1B2B;
}
</style>
border-color css
<style>
span { border-color: #6C1B2B; }
span { border-color: rgb(108,27,43); }
td.TdClassName
{
border-color: #6C1B2B;
}
.TagClassName
{
border-color: #6C1B2B;
}
</style>