Shades of Red Devil #692D34
Tints of Red Devil #692D34
RGB
CMYK
RGB Variations
Color information
#692D34 (or 0x692D34) is known color: Red Devil. HEX triplet: 69, 2D and 34. RGB value is (105,45,52). Sum of RGB (Red+Green+Blue) = 105+45+52=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #692D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D34 is #96D2CB. Grayscale: #3F3F3F. Windows color (decimal): -9884364 or 3419497. OLE color: 3419497.
HSL color Cylindrical-coordinate representation of color #692D34: hue angle of 353º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D34 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 52 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.59 |
| HSL | 353º | 0.4% | 0.29% | - |
| HSV(B) | 353º | 0.57% | 0.41% | - |
| XYZ | 7.38 | 5.13 | 3.85 | - |
| YUV | 63.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 52 | 0 | 0.57 | 0.50 | 0.59 | 353 | 0.4 | 0.29 |
| Hex | 69 | 2D | 34 | 0 | 39 | 32 | 3B | 161 | 28 | 1D |
| Octal | 151 | 55 | 64 | 0 | 71 | 62 | 73 | 541 | 50 | 35 |
| Binary | 1101001 | 101101 | 110100 | 0 | 111001 | 110010 | 111011 | 101100001 | 101000 | 11101 |
Color Harmonies of #692D34
Complementary color
Monochromatic Colors of #692D34
Black with #692D34
Text Example
Text Example
White with #692D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D34; }
p { color: rgb(105,45,52); }
H1.HeaderClassName
{
color: #692D34;
}
.AnyTagClassName
{
color: #692D34;
}
</style>
background-color css
<style>
a { background-color: #692D34; }
a { background-color: rgb(105,45,52); }
div.DivClassName
{
background-color: #692D34;
}
.BgClassName
{
background-color: #692D34;
}
</style>
border-color css
<style>
span { border-color: #692D34; }
span { border-color: rgb(105,45,52); }
td.TdClassName
{
border-color: #692D34;
}
.TagClassName
{
border-color: #692D34;
}
</style>