Shades of Red Devil #692C32
Tints of Red Devil #692C32
RGB
CMYK
RGB Variations
Color information
#692C32 (or 0x692C32) is known color: Red Devil. HEX triplet: 69, 2C and 32. RGB value is (105,44,50). Sum of RGB (Red+Green+Blue) = 105+44+50=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #692C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C32 is #96D3CD. Grayscale: #3E3E3E. Windows color (decimal): -9884622 or 3288169. OLE color: 3288169.
HSL color Cylindrical-coordinate representation of color #692C32: hue angle of 354.1º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C32 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 50 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.59 |
| HSL | 354.1º | 0.41% | 0.29% | - |
| HSV(B) | 354.1º | 0.58% | 0.41% | - |
| XYZ | 7.3 | 5.03 | 3.6 | - |
| YUV | 62.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 50 | 0 | 0.58 | 0.52 | 0.59 | 354.1 | 0.41 | 0.29 |
| Hex | 69 | 2C | 32 | 0 | 3A | 34 | 3B | 162 | 29 | 1D |
| Octal | 151 | 54 | 62 | 0 | 72 | 64 | 73 | 542 | 51 | 35 |
| Binary | 1101001 | 101100 | 110010 | 0 | 111010 | 110100 | 111011 | 101100010 | 101001 | 11101 |
Color Harmonies of #692C32
Complementary color
Monochromatic Colors of #692C32
Black with #692C32
Text Example
Text Example
White with #692C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C32; }
p { color: rgb(105,44,50); }
H1.HeaderClassName
{
color: #692C32;
}
.AnyTagClassName
{
color: #692C32;
}
</style>
background-color css
<style>
a { background-color: #692C32; }
a { background-color: rgb(105,44,50); }
div.DivClassName
{
background-color: #692C32;
}
.BgClassName
{
background-color: #692C32;
}
</style>
border-color css
<style>
span { border-color: #692C32; }
span { border-color: rgb(105,44,50); }
td.TdClassName
{
border-color: #692C32;
}
.TagClassName
{
border-color: #692C32;
}
</style>