Shades of Red Oxide #621E1C
Tints of Red Oxide #621E1C
RGB
CMYK
RGB Variations
Color information
#621E1C (or 0x621E1C) is known color: Red Oxide. HEX triplet: 62, 1E and 1C. RGB value is (98,30,28). Sum of RGB (Red+Green+Blue) = 98+30+28=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E1C is #9DE1E3. Grayscale: #323232. Windows color (decimal): -10346980 or 1842786. OLE color: 1842786.
HSL color Cylindrical-coordinate representation of color #621E1C: hue angle of 1.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621E1C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 28 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.62 |
| HSL | 1.71º | 0.56% | 0.25% | - |
| HSV(B) | 1.71º | 0.71% | 0.38% | - |
| XYZ | 5.71 | 3.61 | 1.49 | - |
| YUV | 50.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 28 | 0 | 0.69 | 0.71 | 0.62 | 1.71 | 0.56 | 0.25 |
| Hex | 62 | 1E | 1C | 0 | 45 | 47 | 3E | 2 | 38 | 19 |
| Octal | 142 | 36 | 34 | 0 | 105 | 107 | 76 | 2 | 70 | 31 |
| Binary | 1100010 | 11110 | 11100 | 0 | 1000101 | 1000111 | 111110 | 10 | 111000 | 11001 |
Color Harmonies of #621E1C
Complementary color
Monochromatic Colors of #621E1C
Black with #621E1C
Text Example
Text Example
White with #621E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E1C; }
p { color: rgb(98,30,28); }
H1.HeaderClassName
{
color: #621E1C;
}
.AnyTagClassName
{
color: #621E1C;
}
</style>
background-color css
<style>
a { background-color: #621E1C; }
a { background-color: rgb(98,30,28); }
div.DivClassName
{
background-color: #621E1C;
}
.BgClassName
{
background-color: #621E1C;
}
</style>
border-color css
<style>
span { border-color: #621E1C; }
span { border-color: rgb(98,30,28); }
td.TdClassName
{
border-color: #621E1C;
}
.TagClassName
{
border-color: #621E1C;
}
</style>