Shades of Red Devil #6A2C32
Tints of Red Devil #6A2C32
RGB
CMYK
RGB Variations
Color information
#6A2C32 (or 0x6A2C32) is known color: Red Devil. HEX triplet: 6A, 2C and 32. RGB value is (106,44,50). Sum of RGB (Red+Green+Blue) = 106+44+50=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2C32 is #95D3CD. Grayscale: #3F3F3F. Windows color (decimal): -9819086 or 3288170. OLE color: 3288170.
HSL color Cylindrical-coordinate representation of color #6A2C32: hue angle of 354.19º 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 #6A2C32 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 44 | 50 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.58 |
| HSL | 354.19º | 0.41% | 0.29% | - |
| HSV(B) | 354.19º | 0.58% | 0.42% | - |
| XYZ | 7.42 | 5.1 | 3.61 | - |
| YUV | 63.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 50 | 0 | 0.58 | 0.53 | 0.58 | 354.19 | 0.41 | 0.29 |
| Hex | 6A | 2C | 32 | 0 | 3A | 35 | 3A | 162 | 29 | 1D |
| Octal | 152 | 54 | 62 | 0 | 72 | 65 | 72 | 542 | 51 | 35 |
| Binary | 1101010 | 101100 | 110010 | 0 | 111010 | 110101 | 111010 | 101100010 | 101001 | 11101 |
Color Harmonies of #6A2C32
Complementary color
Monochromatic Colors of #6A2C32
Black with #6A2C32
Text Example
Text Example
White with #6A2C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2C32; }
p { color: rgb(106,44,50); }
H1.HeaderClassName
{
color: #6A2C32;
}
.AnyTagClassName
{
color: #6A2C32;
}
</style>
background-color css
<style>
a { background-color: #6A2C32; }
a { background-color: rgb(106,44,50); }
div.DivClassName
{
background-color: #6A2C32;
}
.BgClassName
{
background-color: #6A2C32;
}
</style>
border-color css
<style>
span { border-color: #6A2C32; }
span { border-color: rgb(106,44,50); }
td.TdClassName
{
border-color: #6A2C32;
}
.TagClassName
{
border-color: #6A2C32;
}
</style>