Shades of Red Devil #6A2C31
Tints of Red Devil #6A2C31
RGB
CMYK
RGB Variations
Color information
#6A2C31 (or 0x6A2C31) is known color: Red Devil. HEX triplet: 6A, 2C and 31. RGB value is (106,44,49). Sum of RGB (Red+Green+Blue) = 106+44+49=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2C31 is #95D3CE. Grayscale: #3F3F3F. Windows color (decimal): -9819087 or 3222634. OLE color: 3222634.
HSL color Cylindrical-coordinate representation of color #6A2C31: hue angle of 355.16º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A2C31 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 44 | 49 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.58 |
| HSL | 355.16º | 0.41% | 0.29% | - |
| HSV(B) | 355.16º | 0.58% | 0.42% | - |
| XYZ | 7.4 | 5.09 | 3.5 | - |
| YUV | 63.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 49 | 0 | 0.58 | 0.54 | 0.58 | 355.16 | 0.41 | 0.29 |
| Hex | 6A | 2C | 31 | 0 | 3A | 36 | 3A | 163 | 29 | 1D |
| Octal | 152 | 54 | 61 | 0 | 72 | 66 | 72 | 543 | 51 | 35 |
| Binary | 1101010 | 101100 | 110001 | 0 | 111010 | 110110 | 111010 | 101100011 | 101001 | 11101 |
Color Harmonies of #6A2C31
Complementary color
Monochromatic Colors of #6A2C31
Black with #6A2C31
Text Example
Text Example
White with #6A2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2C31; }
p { color: rgb(106,44,49); }
H1.HeaderClassName
{
color: #6A2C31;
}
.AnyTagClassName
{
color: #6A2C31;
}
</style>
background-color css
<style>
a { background-color: #6A2C31; }
a { background-color: rgb(106,44,49); }
div.DivClassName
{
background-color: #6A2C31;
}
.BgClassName
{
background-color: #6A2C31;
}
</style>
border-color css
<style>
span { border-color: #6A2C31; }
span { border-color: rgb(106,44,49); }
td.TdClassName
{
border-color: #6A2C31;
}
.TagClassName
{
border-color: #6A2C31;
}
</style>