Shades of Red Oxide #621B19
Tints of Red Oxide #621B19
RGB
CMYK
RGB Variations
Color information
#621B19 (or 0x621B19) is known color: Red Oxide. HEX triplet: 62, 1B and 19. RGB value is (98,27,25). Sum of RGB (Red+Green+Blue) = 98+27+25=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B19 is #9DE4E6. Grayscale: #303030. Windows color (decimal): -10347751 or 1645410. OLE color: 1645410.
HSL color Cylindrical-coordinate representation of color #621B19: hue angle of 1.64º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621B19 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 25 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.62 |
| HSL | 1.64º | 0.59% | 0.24% | - |
| HSV(B) | 1.64º | 0.74% | 0.38% | - |
| XYZ | 5.6 | 3.45 | 1.29 | - |
| YUV | 48 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 25 | 0 | 0.72 | 0.74 | 0.62 | 1.64 | 0.59 | 0.24 |
| Hex | 62 | 1B | 19 | 0 | 48 | 4A | 3E | 2 | 3B | 18 |
| Octal | 142 | 33 | 31 | 0 | 110 | 112 | 76 | 2 | 73 | 30 |
| Binary | 1100010 | 11011 | 11001 | 0 | 1001000 | 1001010 | 111110 | 10 | 111011 | 11000 |
Color Harmonies of #621B19
Complementary color
Monochromatic Colors of #621B19
Black with #621B19
Text Example
Text Example
White with #621B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B19; }
p { color: rgb(98,27,25); }
H1.HeaderClassName
{
color: #621B19;
}
.AnyTagClassName
{
color: #621B19;
}
</style>
background-color css
<style>
a { background-color: #621B19; }
a { background-color: rgb(98,27,25); }
div.DivClassName
{
background-color: #621B19;
}
.BgClassName
{
background-color: #621B19;
}
</style>
border-color css
<style>
span { border-color: #621B19; }
span { border-color: rgb(98,27,25); }
td.TdClassName
{
border-color: #621B19;
}
.TagClassName
{
border-color: #621B19;
}
</style>