Shades of Red Devil #6A2F34
Tints of Red Devil #6A2F34
RGB
CMYK
RGB Variations
Color information
#6A2F34 (or 0x6A2F34) is known color: Red Devil. HEX triplet: 6A, 2F and 34. RGB value is (106,47,52). Sum of RGB (Red+Green+Blue) = 106+47+52=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F34 is #95D0CB. Grayscale: #414141. Windows color (decimal): -9818316 or 3420010. OLE color: 3420010.
HSL color Cylindrical-coordinate representation of color #6A2F34: hue angle of 354.92º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A2F34 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 47 | 52 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.58 |
| HSL | 354.92º | 0.39% | 0.3% | - |
| HSV(B) | 354.92º | 0.56% | 0.42% | - |
| XYZ | 7.58 | 5.35 | 3.88 | - |
| YUV | 65.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 52 | 0 | 0.56 | 0.51 | 0.58 | 354.92 | 0.39 | 0.3 |
| Hex | 6A | 2F | 34 | 0 | 38 | 33 | 3A | 163 | 27 | 1E |
| Octal | 152 | 57 | 64 | 0 | 70 | 63 | 72 | 543 | 47 | 36 |
| Binary | 1101010 | 101111 | 110100 | 0 | 111000 | 110011 | 111010 | 101100011 | 100111 | 11110 |
Color Harmonies of #6A2F34
Complementary color
Monochromatic Colors of #6A2F34
Black with #6A2F34
Text Example
Text Example
White with #6A2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2F34; }
p { color: rgb(106,47,52); }
H1.HeaderClassName
{
color: #6A2F34;
}
.AnyTagClassName
{
color: #6A2F34;
}
</style>
background-color css
<style>
a { background-color: #6A2F34; }
a { background-color: rgb(106,47,52); }
div.DivClassName
{
background-color: #6A2F34;
}
.BgClassName
{
background-color: #6A2F34;
}
</style>
border-color css
<style>
span { border-color: #6A2F34; }
span { border-color: rgb(106,47,52); }
td.TdClassName
{
border-color: #6A2F34;
}
.TagClassName
{
border-color: #6A2F34;
}
</style>