Shades of Red Devil #682A30
Tints of Red Devil #682A30
RGB
CMYK
RGB Variations
Color information
#682A30 (or 0x682A30) is known color: Red Devil. HEX triplet: 68, 2A and 30. RGB value is (104,42,48). Sum of RGB (Red+Green+Blue) = 104+42+48=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #682A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A30 is #97D5CF. Grayscale: #3D3D3D. Windows color (decimal): -9950672 or 3156584. OLE color: 3156584.
HSL color Cylindrical-coordinate representation of color #682A30: hue angle of 354.19º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A30 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 48 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.59 |
| HSL | 354.19º | 0.42% | 0.29% | - |
| HSV(B) | 354.19º | 0.6% | 0.41% | - |
| XYZ | 7.07 | 4.81 | 3.35 | - |
| YUV | 61.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 48 | 0 | 0.60 | 0.54 | 0.59 | 354.19 | 0.42 | 0.29 |
| Hex | 68 | 2A | 30 | 0 | 3C | 36 | 3B | 162 | 2A | 1D |
| Octal | 150 | 52 | 60 | 0 | 74 | 66 | 73 | 542 | 52 | 35 |
| Binary | 1101000 | 101010 | 110000 | 0 | 111100 | 110110 | 111011 | 101100010 | 101010 | 11101 |
Color Harmonies of #682A30
Complementary color
Monochromatic Colors of #682A30
Black with #682A30
Text Example
Text Example
White with #682A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A30; }
p { color: rgb(104,42,48); }
H1.HeaderClassName
{
color: #682A30;
}
.AnyTagClassName
{
color: #682A30;
}
</style>
background-color css
<style>
a { background-color: #682A30; }
a { background-color: rgb(104,42,48); }
div.DivClassName
{
background-color: #682A30;
}
.BgClassName
{
background-color: #682A30;
}
</style>
border-color css
<style>
span { border-color: #682A30; }
span { border-color: rgb(104,42,48); }
td.TdClassName
{
border-color: #682A30;
}
.TagClassName
{
border-color: #682A30;
}
</style>