Shades of Red Oxide #682020
Tints of Red Oxide #682020
RGB
CMYK
RGB Variations
Color information
#682020 (or 0x682020) is known color: Red Oxide. HEX triplet: 68, 20 and 20. RGB value is (104,32,32). Sum of RGB (Red+Green+Blue) = 104+32+32=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682020 is #97DFDF. Grayscale: #353535. Windows color (decimal): -9953248 or 2105448. OLE color: 2105448.
HSL color Cylindrical-coordinate representation of color #682020: hue angle of 0º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682020 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 32 | 32 | - |
CMYK | 0 | 0.69 | 0.69 | 0.59 |
HSL | 0º | 0.53% | 0.27% | - |
HSV(B) | 0º | 0.69% | 0.41% | - |
XYZ | 6.49 | 4.08 | 1.81 | - |
YUV | 53.53 | 115.85 | 164 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 32 | 32 | 0 | 0.69 | 0.69 | 0.59 | 0 | 0.53 | 0.27 |
Hex | 68 | 20 | 20 | 0 | 45 | 45 | 3B | 0 | 35 | 1B |
Octal | 150 | 40 | 40 | 0 | 105 | 105 | 73 | 0 | 65 | 33 |
Binary | 1101000 | 100000 | 100000 | 0 | 1000101 | 1000101 | 111011 | 0 | 110101 | 11011 |
Color Harmonies of #682020
Complementary color
Monochromatic Colors of #682020
Black with #682020
Text Example
Text Example
White with #682020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682020; }
p { color: rgb(104,32,32); }
H1.HeaderClassName
{
color: #682020;
}
.AnyTagClassName
{
color: #682020;
}
</style>
background-color css
<style>
a { background-color: #682020; }
a { background-color: rgb(104,32,32); }
div.DivClassName
{
background-color: #682020;
}
.BgClassName
{
background-color: #682020;
}
</style>
border-color css
<style>
span { border-color: #682020; }
span { border-color: rgb(104,32,32); }
td.TdClassName
{
border-color: #682020;
}
.TagClassName
{
border-color: #682020;
}
</style>