Shades of Red Oxide #621B1B
Tints of Red Oxide #621B1B
RGB
CMYK
RGB Variations
Color information
#621B1B (or 0x621B1B) is known color: Red Oxide. HEX triplet: 62, 1B and 1B. RGB value is (98,27,27). Sum of RGB (Red+Green+Blue) = 98+27+27=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B1B is #9DE4E4. Grayscale: #303030. Windows color (decimal): -10347749 or 1776482. OLE color: 1776482.
HSL color Cylindrical-coordinate representation of color #621B1B: hue angle of 0º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B1B is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 27 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.62 |
| HSL | 0º | 0.57% | 0.25% | - |
| HSV(B) | 0º | 0.72% | 0.38% | - |
| XYZ | 5.63 | 3.46 | 1.41 | - |
| YUV | 48.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 27 | 0 | 0.72 | 0.72 | 0.62 | 0 | 0.57 | 0.25 |
| Hex | 62 | 1B | 1B | 0 | 48 | 48 | 3E | 0 | 39 | 19 |
| Octal | 142 | 33 | 33 | 0 | 110 | 110 | 76 | 0 | 71 | 31 |
| Binary | 1100010 | 11011 | 11011 | 0 | 1001000 | 1001000 | 111110 | 0 | 111001 | 11001 |
Color Harmonies of #621B1B
Complementary color
Monochromatic Colors of #621B1B
Black with #621B1B
Text Example
Text Example
White with #621B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B1B; }
p { color: rgb(98,27,27); }
H1.HeaderClassName
{
color: #621B1B;
}
.AnyTagClassName
{
color: #621B1B;
}
</style>
background-color css
<style>
a { background-color: #621B1B; }
a { background-color: rgb(98,27,27); }
div.DivClassName
{
background-color: #621B1B;
}
.BgClassName
{
background-color: #621B1B;
}
</style>
border-color css
<style>
span { border-color: #621B1B; }
span { border-color: rgb(98,27,27); }
td.TdClassName
{
border-color: #621B1B;
}
.TagClassName
{
border-color: #621B1B;
}
</style>