Shades of Red Devil #683335
Tints of Red Devil #683335
RGB
CMYK
RGB Variations
Color information
#683335 (or 0x683335) is known color: Red Devil. HEX triplet: 68, 33 and 35. RGB value is (104,51,53). Sum of RGB (Red+Green+Blue) = 104+51+53=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683335 is #97CCCA. Grayscale: #434343. Windows color (decimal): -9948363 or 3486568. OLE color: 3486568.
HSL color Cylindrical-coordinate representation of color #683335: hue angle of 357.74º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683335 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 53 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.59 |
| HSL | 357.74º | 0.34% | 0.3% | - |
| HSV(B) | 357.74º | 0.51% | 0.41% | - |
| XYZ | 7.54 | 5.57 | 4.05 | - |
| YUV | 67.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 53 | 0 | 0.51 | 0.49 | 0.59 | 357.74 | 0.34 | 0.3 |
| Hex | 68 | 33 | 35 | 0 | 33 | 31 | 3B | 166 | 22 | 1E |
| Octal | 150 | 63 | 65 | 0 | 63 | 61 | 73 | 546 | 42 | 36 |
| Binary | 1101000 | 110011 | 110101 | 0 | 110011 | 110001 | 111011 | 101100110 | 100010 | 11110 |
Color Harmonies of #683335
Complementary color
Monochromatic Colors of #683335
Black with #683335
Text Example
Text Example
White with #683335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683335; }
p { color: rgb(104,51,53); }
H1.HeaderClassName
{
color: #683335;
}
.AnyTagClassName
{
color: #683335;
}
</style>
background-color css
<style>
a { background-color: #683335; }
a { background-color: rgb(104,51,53); }
div.DivClassName
{
background-color: #683335;
}
.BgClassName
{
background-color: #683335;
}
</style>
border-color css
<style>
span { border-color: #683335; }
span { border-color: rgb(104,51,53); }
td.TdClassName
{
border-color: #683335;
}
.TagClassName
{
border-color: #683335;
}
</style>