Shades of Red Oxide #5B1F1F
Tints of Red Oxide #5B1F1F
RGB
CMYK
RGB Variations
Color information
#5B1F1F (or 0x5B1F1F) is known color: Red Oxide. HEX triplet: 5B, 1F and 1F. RGB value is (91,31,31). Sum of RGB (Red+Green+Blue) = 91+31+31=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F1F is #A4E0E0. Grayscale: #313131. Windows color (decimal): -10805473 or 2039643. OLE color: 2039643.
HSL color Cylindrical-coordinate representation of color #5B1F1F: hue angle of 0º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F1F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 31 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.64 |
| HSL | 0º | 0.49% | 0.24% | - |
| HSV(B) | 0º | 0.66% | 0.36% | - |
| XYZ | 5.05 | 3.3 | 1.67 | - |
| YUV | 48.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 31 | 0 | 0.66 | 0.66 | 0.64 | 0 | 0.49 | 0.24 |
| Hex | 5B | 1F | 1F | 0 | 42 | 42 | 40 | 0 | 31 | 18 |
| Octal | 133 | 37 | 37 | 0 | 102 | 102 | 100 | 0 | 61 | 30 |
| Binary | 1011011 | 11111 | 11111 | 0 | 1000010 | 1000010 | 1000000 | 0 | 110001 | 11000 |
Color Harmonies of #5B1F1F
Complementary color
Monochromatic Colors of #5B1F1F
Black with #5B1F1F
Text Example
Text Example
White with #5B1F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F1F; }
p { color: rgb(91,31,31); }
H1.HeaderClassName
{
color: #5B1F1F;
}
.AnyTagClassName
{
color: #5B1F1F;
}
</style>
background-color css
<style>
a { background-color: #5B1F1F; }
a { background-color: rgb(91,31,31); }
div.DivClassName
{
background-color: #5B1F1F;
}
.BgClassName
{
background-color: #5B1F1F;
}
</style>
border-color css
<style>
span { border-color: #5B1F1F; }
span { border-color: rgb(91,31,31); }
td.TdClassName
{
border-color: #5B1F1F;
}
.TagClassName
{
border-color: #5B1F1F;
}
</style>