Shades of Red Devil #682C33
Tints of Red Devil #682C33
RGB
CMYK
RGB Variations
Color information
#682C33 (or 0x682C33) is known color: Red Devil. HEX triplet: 68, 2C and 33. RGB value is (104,44,51). Sum of RGB (Red+Green+Blue) = 104+44+51=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #682C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C33 is #97D3CC. Grayscale: #3E3E3E. Windows color (decimal): -9950157 or 3353704. OLE color: 3353704.
HSL color Cylindrical-coordinate representation of color #682C33: hue angle of 353º 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 #682C33 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 51 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.59 |
| HSL | 353º | 0.41% | 0.29% | - |
| HSV(B) | 353º | 0.58% | 0.41% | - |
| XYZ | 7.21 | 4.98 | 3.71 | - |
| YUV | 62.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 51 | 0 | 0.58 | 0.51 | 0.59 | 353 | 0.41 | 0.29 |
| Hex | 68 | 2C | 33 | 0 | 3A | 33 | 3B | 161 | 29 | 1D |
| Octal | 150 | 54 | 63 | 0 | 72 | 63 | 73 | 541 | 51 | 35 |
| Binary | 1101000 | 101100 | 110011 | 0 | 111010 | 110011 | 111011 | 101100001 | 101001 | 11101 |
Color Harmonies of #682C33
Complementary color
Monochromatic Colors of #682C33
Black with #682C33
Text Example
Text Example
White with #682C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C33; }
p { color: rgb(104,44,51); }
H1.HeaderClassName
{
color: #682C33;
}
.AnyTagClassName
{
color: #682C33;
}
</style>
background-color css
<style>
a { background-color: #682C33; }
a { background-color: rgb(104,44,51); }
div.DivClassName
{
background-color: #682C33;
}
.BgClassName
{
background-color: #682C33;
}
</style>
border-color css
<style>
span { border-color: #682C33; }
span { border-color: rgb(104,44,51); }
td.TdClassName
{
border-color: #682C33;
}
.TagClassName
{
border-color: #682C33;
}
</style>