Shades of Red Oxide #6D1F1B
Tints of Red Oxide #6D1F1B
RGB
CMYK
RGB Variations
Color information
#6D1F1B (or 0x6D1F1B) is known color: Red Oxide. HEX triplet: 6D, 1F and 1B. RGB value is (109,31,27). Sum of RGB (Red+Green+Blue) = 109+31+27=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F1B is #92E0E4. Grayscale: #353535. Windows color (decimal): -9625829 or 1777517. OLE color: 1777517.
HSL color Cylindrical-coordinate representation of color #6D1F1B: hue angle of 2.93º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1F1B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 31 | 27 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.57 |
| HSL | 2.93º | 0.6% | 0.27% | - |
| HSV(B) | 2.93º | 0.75% | 0.43% | - |
| XYZ | 6.99 | 4.31 | 1.5 | - |
| YUV | 53.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 27 | 0 | 0.72 | 0.75 | 0.57 | 2.93 | 0.6 | 0.27 |
| Hex | 6D | 1F | 1B | 0 | 48 | 4B | 39 | 3 | 3C | 1B |
| Octal | 155 | 37 | 33 | 0 | 110 | 113 | 71 | 3 | 74 | 33 |
| Binary | 1101101 | 11111 | 11011 | 0 | 1001000 | 1001011 | 111001 | 11 | 111100 | 11011 |
Color Harmonies of #6D1F1B
Complementary color
Monochromatic Colors of #6D1F1B
Black with #6D1F1B
Text Example
Text Example
White with #6D1F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F1B; }
p { color: rgb(109,31,27); }
H1.HeaderClassName
{
color: #6D1F1B;
}
.AnyTagClassName
{
color: #6D1F1B;
}
</style>
background-color css
<style>
a { background-color: #6D1F1B; }
a { background-color: rgb(109,31,27); }
div.DivClassName
{
background-color: #6D1F1B;
}
.BgClassName
{
background-color: #6D1F1B;
}
</style>
border-color css
<style>
span { border-color: #6D1F1B; }
span { border-color: rgb(109,31,27); }
td.TdClassName
{
border-color: #6D1F1B;
}
.TagClassName
{
border-color: #6D1F1B;
}
</style>