Shades of Red Oxide #6F1F1D
Tints of Red Oxide #6F1F1D
RGB
CMYK
RGB Variations
Color information
#6F1F1D (or 0x6F1F1D) is known color: Red Oxide. HEX triplet: 6F, 1F and 1D. RGB value is (111,31,29). Sum of RGB (Red+Green+Blue) = 111+31+29=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F1D is #90E0E2. Grayscale: #363636. Windows color (decimal): -9494755 or 1908591. OLE color: 1908591.
HSL color Cylindrical-coordinate representation of color #6F1F1D: hue angle of 1.46º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1F1D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 29 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.56 |
| HSL | 1.46º | 0.59% | 0.27% | - |
| HSV(B) | 1.46º | 0.74% | 0.44% | - |
| XYZ | 7.27 | 4.45 | 1.64 | - |
| YUV | 54.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 29 | 0 | 0.72 | 0.74 | 0.56 | 1.46 | 0.59 | 0.27 |
| Hex | 6F | 1F | 1D | 0 | 48 | 4A | 38 | 1 | 3B | 1B |
| Octal | 157 | 37 | 35 | 0 | 110 | 112 | 70 | 1 | 73 | 33 |
| Binary | 1101111 | 11111 | 11101 | 0 | 1001000 | 1001010 | 111000 | 1 | 111011 | 11011 |
Color Harmonies of #6F1F1D
Complementary color
Monochromatic Colors of #6F1F1D
Black with #6F1F1D
Text Example
Text Example
White with #6F1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F1D; }
p { color: rgb(111,31,29); }
H1.HeaderClassName
{
color: #6F1F1D;
}
.AnyTagClassName
{
color: #6F1F1D;
}
</style>
background-color css
<style>
a { background-color: #6F1F1D; }
a { background-color: rgb(111,31,29); }
div.DivClassName
{
background-color: #6F1F1D;
}
.BgClassName
{
background-color: #6F1F1D;
}
</style>
border-color css
<style>
span { border-color: #6F1F1D; }
span { border-color: rgb(111,31,29); }
td.TdClassName
{
border-color: #6F1F1D;
}
.TagClassName
{
border-color: #6F1F1D;
}
</style>