Shades of Red Devil #682628
Tints of Red Devil #682628
RGB
CMYK
RGB Variations
Color information
#682628 (or 0x682628) is known color: Red Devil. HEX triplet: 68, 26 and 28. RGB value is (104,38,40). Sum of RGB (Red+Green+Blue) = 104+38+40=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682628 is #97D9D7. Grayscale: #3A3A3A. Windows color (decimal): -9951704 or 2631272. OLE color: 2631272.
HSL color Cylindrical-coordinate representation of color #682628: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682628 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 40 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.59 |
| HSL | 358.18º | 0.46% | 0.28% | - |
| HSV(B) | 358.18º | 0.63% | 0.41% | - |
| XYZ | 6.79 | 4.48 | 2.52 | - |
| YUV | 57.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 40 | 0 | 0.63 | 0.62 | 0.59 | 358.18 | 0.46 | 0.28 |
| Hex | 68 | 26 | 28 | 0 | 3F | 3E | 3B | 166 | 2E | 1C |
| Octal | 150 | 46 | 50 | 0 | 77 | 76 | 73 | 546 | 56 | 34 |
| Binary | 1101000 | 100110 | 101000 | 0 | 111111 | 111110 | 111011 | 101100110 | 101110 | 11100 |
Color Harmonies of #682628
Complementary color
Monochromatic Colors of #682628
Black with #682628
Text Example
Text Example
White with #682628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682628; }
p { color: rgb(104,38,40); }
H1.HeaderClassName
{
color: #682628;
}
.AnyTagClassName
{
color: #682628;
}
</style>
background-color css
<style>
a { background-color: #682628; }
a { background-color: rgb(104,38,40); }
div.DivClassName
{
background-color: #682628;
}
.BgClassName
{
background-color: #682628;
}
</style>
border-color css
<style>
span { border-color: #682628; }
span { border-color: rgb(104,38,40); }
td.TdClassName
{
border-color: #682628;
}
.TagClassName
{
border-color: #682628;
}
</style>