Shades of Red Oxide #621B1A
Tints of Red Oxide #621B1A
RGB
CMYK
RGB Variations
Color information
#621B1A (or 0x621B1A) is known color: Red Oxide. HEX triplet: 62, 1B and 1A. RGB value is (98,27,26). Sum of RGB (Red+Green+Blue) = 98+27+26=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B1A is #9DE4E5. Grayscale: #303030. Windows color (decimal): -10347750 or 1710946. OLE color: 1710946.
HSL color Cylindrical-coordinate representation of color #621B1A: hue angle of 0.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621B1A is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 26 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.62 |
| HSL | 0.83º | 0.58% | 0.24% | - |
| HSV(B) | 0.83º | 0.73% | 0.38% | - |
| XYZ | 5.62 | 3.46 | 1.35 | - |
| YUV | 48.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 26 | 0 | 0.72 | 0.73 | 0.62 | 0.83 | 0.58 | 0.24 |
| Hex | 62 | 1B | 1A | 0 | 48 | 49 | 3E | 1 | 3A | 18 |
| Octal | 142 | 33 | 32 | 0 | 110 | 111 | 76 | 1 | 72 | 30 |
| Binary | 1100010 | 11011 | 11010 | 0 | 1001000 | 1001001 | 111110 | 1 | 111010 | 11000 |
Color Harmonies of #621B1A
Complementary color
Monochromatic Colors of #621B1A
Black with #621B1A
Text Example
Text Example
White with #621B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B1A; }
p { color: rgb(98,27,26); }
H1.HeaderClassName
{
color: #621B1A;
}
.AnyTagClassName
{
color: #621B1A;
}
</style>
background-color css
<style>
a { background-color: #621B1A; }
a { background-color: rgb(98,27,26); }
div.DivClassName
{
background-color: #621B1A;
}
.BgClassName
{
background-color: #621B1A;
}
</style>
border-color css
<style>
span { border-color: #621B1A; }
span { border-color: rgb(98,27,26); }
td.TdClassName
{
border-color: #621B1A;
}
.TagClassName
{
border-color: #621B1A;
}
</style>