Shades of Red Devil #682627
Tints of Red Devil #682627
RGB
CMYK
RGB Variations
Color information
#682627 (or 0x682627) is known color: Red Devil. HEX triplet: 68, 26 and 27. RGB value is (104,38,39). Sum of RGB (Red+Green+Blue) = 104+38+39=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #682627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682627 is #97D9D8. Grayscale: #393939. Windows color (decimal): -9951705 or 2565736. OLE color: 2565736.
HSL color Cylindrical-coordinate representation of color #682627: hue angle of 359.09º 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 #682627 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 39 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.59 |
| HSL | 359.09º | 0.46% | 0.28% | - |
| HSV(B) | 359.09º | 0.63% | 0.41% | - |
| XYZ | 6.77 | 4.48 | 2.43 | - |
| YUV | 57.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 39 | 0 | 0.63 | 0.62 | 0.59 | 359.09 | 0.46 | 0.28 |
| Hex | 68 | 26 | 27 | 0 | 3F | 3E | 3B | 167 | 2E | 1C |
| Octal | 150 | 46 | 47 | 0 | 77 | 76 | 73 | 547 | 56 | 34 |
| Binary | 1101000 | 100110 | 100111 | 0 | 111111 | 111110 | 111011 | 101100111 | 101110 | 11100 |
Color Harmonies of #682627
Complementary color
Monochromatic Colors of #682627
Black with #682627
Text Example
Text Example
White with #682627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682627; }
p { color: rgb(104,38,39); }
H1.HeaderClassName
{
color: #682627;
}
.AnyTagClassName
{
color: #682627;
}
</style>
background-color css
<style>
a { background-color: #682627; }
a { background-color: rgb(104,38,39); }
div.DivClassName
{
background-color: #682627;
}
.BgClassName
{
background-color: #682627;
}
</style>
border-color css
<style>
span { border-color: #682627; }
span { border-color: rgb(104,38,39); }
td.TdClassName
{
border-color: #682627;
}
.TagClassName
{
border-color: #682627;
}
</style>