Shades of Red Devil #6A2A2E
Tints of Red Devil #6A2A2E
RGB
CMYK
RGB Variations
Color information
#6A2A2E (or 0x6A2A2E) is known color: Red Devil. HEX triplet: 6A, 2A and 2E. RGB value is (106,42,46). Sum of RGB (Red+Green+Blue) = 106+42+46=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A2E is #95D5D1. Grayscale: #3D3D3D. Windows color (decimal): -9819602 or 3025514. OLE color: 3025514.
HSL color Cylindrical-coordinate representation of color #6A2A2E: hue angle of 356.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A2E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 42 | 46 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.58 |
| HSL | 356.25º | 0.43% | 0.29% | - |
| HSV(B) | 356.25º | 0.6% | 0.42% | - |
| XYZ | 7.26 | 4.92 | 3.15 | - |
| YUV | 61.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 46 | 0 | 0.60 | 0.57 | 0.58 | 356.25 | 0.43 | 0.29 |
| Hex | 6A | 2A | 2E | 0 | 3C | 39 | 3A | 164 | 2B | 1D |
| Octal | 152 | 52 | 56 | 0 | 74 | 71 | 72 | 544 | 53 | 35 |
| Binary | 1101010 | 101010 | 101110 | 0 | 111100 | 111001 | 111010 | 101100100 | 101011 | 11101 |
Color Harmonies of #6A2A2E
Complementary color
Monochromatic Colors of #6A2A2E
Black with #6A2A2E
Text Example
Text Example
White with #6A2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A2E; }
p { color: rgb(106,42,46); }
H1.HeaderClassName
{
color: #6A2A2E;
}
.AnyTagClassName
{
color: #6A2A2E;
}
</style>
background-color css
<style>
a { background-color: #6A2A2E; }
a { background-color: rgb(106,42,46); }
div.DivClassName
{
background-color: #6A2A2E;
}
.BgClassName
{
background-color: #6A2A2E;
}
</style>
border-color css
<style>
span { border-color: #6A2A2E; }
span { border-color: rgb(106,42,46); }
td.TdClassName
{
border-color: #6A2A2E;
}
.TagClassName
{
border-color: #6A2A2E;
}
</style>