Shades of Red Berry #6C202B
Tints of Red Berry #6C202B
RGB
CMYK
RGB Variations
Color information
#6C202B (or 0x6C202B) is known color: Red Berry. HEX triplet: 6C, 20 and 2B. RGB value is (108,32,43). Sum of RGB (Red+Green+Blue) = 108+32+43=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C202B is #93DFD4. Grayscale: #383838. Windows color (decimal): -9691093 or 2826348. OLE color: 2826348.
HSL color Cylindrical-coordinate representation of color #6C202B: hue angle of 351.32º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C202B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 43 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.58 |
| HSL | 351.32º | 0.54% | 0.27% | - |
| HSV(B) | 351.32º | 0.7% | 0.42% | - |
| XYZ | 7.14 | 4.4 | 2.76 | - |
| YUV | 55.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 43 | 0 | 0.70 | 0.60 | 0.58 | 351.32 | 0.54 | 0.27 |
| Hex | 6C | 20 | 2B | 0 | 46 | 3C | 3A | 15F | 36 | 1B |
| Octal | 154 | 40 | 53 | 0 | 106 | 74 | 72 | 537 | 66 | 33 |
| Binary | 1101100 | 100000 | 101011 | 0 | 1000110 | 111100 | 111010 | 101011111 | 110110 | 11011 |
Color Harmonies of #6C202B
Complementary color
Monochromatic Colors of #6C202B
Black with #6C202B
Text Example
Text Example
White with #6C202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C202B; }
p { color: rgb(108,32,43); }
H1.HeaderClassName
{
color: #6C202B;
}
.AnyTagClassName
{
color: #6C202B;
}
</style>
background-color css
<style>
a { background-color: #6C202B; }
a { background-color: rgb(108,32,43); }
div.DivClassName
{
background-color: #6C202B;
}
.BgClassName
{
background-color: #6C202B;
}
</style>
border-color css
<style>
span { border-color: #6C202B; }
span { border-color: rgb(108,32,43); }
td.TdClassName
{
border-color: #6C202B;
}
.TagClassName
{
border-color: #6C202B;
}
</style>