Shades of Red Devil #682F33
Tints of Red Devil #682F33
RGB
CMYK
RGB Variations
Color information
#682F33 (or 0x682F33) is known color: Red Devil. HEX triplet: 68, 2F and 33. RGB value is (104,47,51). Sum of RGB (Red+Green+Blue) = 104+47+51=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #682F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F33 is #97D0CC. Grayscale: #404040. Windows color (decimal): -9949389 or 3354472. OLE color: 3354472.
HSL color Cylindrical-coordinate representation of color #682F33: hue angle of 355.79º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F33 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 51 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.59 |
| HSL | 355.79º | 0.38% | 0.3% | - |
| HSV(B) | 355.79º | 0.55% | 0.41% | - |
| XYZ | 7.32 | 5.22 | 3.75 | - |
| YUV | 64.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 51 | 0 | 0.55 | 0.51 | 0.59 | 355.79 | 0.38 | 0.3 |
| Hex | 68 | 2F | 33 | 0 | 37 | 33 | 3B | 164 | 26 | 1E |
| Octal | 150 | 57 | 63 | 0 | 67 | 63 | 73 | 544 | 46 | 36 |
| Binary | 1101000 | 101111 | 110011 | 0 | 110111 | 110011 | 111011 | 101100100 | 100110 | 11110 |
Color Harmonies of #682F33
Complementary color
Monochromatic Colors of #682F33
Black with #682F33
Text Example
Text Example
White with #682F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F33; }
p { color: rgb(104,47,51); }
H1.HeaderClassName
{
color: #682F33;
}
.AnyTagClassName
{
color: #682F33;
}
</style>
background-color css
<style>
a { background-color: #682F33; }
a { background-color: rgb(104,47,51); }
div.DivClassName
{
background-color: #682F33;
}
.BgClassName
{
background-color: #682F33;
}
</style>
border-color css
<style>
span { border-color: #682F33; }
span { border-color: rgb(104,47,51); }
td.TdClassName
{
border-color: #682F33;
}
.TagClassName
{
border-color: #682F33;
}
</style>