Shades of Red Oxide #622828
Tints of Red Oxide #622828
RGB
CMYK
RGB Variations
Color information
#622828 (or 0x622828) is known color: Red Oxide. HEX triplet: 62, 28 and 28. RGB value is (98,40,40). Sum of RGB (Red+Green+Blue) = 98+40+40=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #622828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622828 is #9DD7D7. Grayscale: #393939. Windows color (decimal): -10344408 or 2631778. OLE color: 2631778.
HSL color Cylindrical-coordinate representation of color #622828: hue angle of 0º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #622828 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 40 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.62 |
| HSL | 0º | 0.42% | 0.27% | - |
| HSV(B) | 0º | 0.59% | 0.38% | - |
| XYZ | 6.18 | 4.27 | 2.51 | - |
| YUV | 57.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 40 | 0 | 0.59 | 0.59 | 0.62 | 0 | 0.42 | 0.27 |
| Hex | 62 | 28 | 28 | 0 | 3B | 3B | 3E | 0 | 2A | 1B |
| Octal | 142 | 50 | 50 | 0 | 73 | 73 | 76 | 0 | 52 | 33 |
| Binary | 1100010 | 101000 | 101000 | 0 | 111011 | 111011 | 111110 | 0 | 101010 | 11011 |
Color Harmonies of #622828
Complementary color
Monochromatic Colors of #622828
Black with #622828
Text Example
Text Example
White with #622828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622828; }
p { color: rgb(98,40,40); }
H1.HeaderClassName
{
color: #622828;
}
.AnyTagClassName
{
color: #622828;
}
</style>
background-color css
<style>
a { background-color: #622828; }
a { background-color: rgb(98,40,40); }
div.DivClassName
{
background-color: #622828;
}
.BgClassName
{
background-color: #622828;
}
</style>
border-color css
<style>
span { border-color: #622828; }
span { border-color: rgb(98,40,40); }
td.TdClassName
{
border-color: #622828;
}
.TagClassName
{
border-color: #622828;
}
</style>