Shades of Red Oxide #641B17
Tints of Red Oxide #641B17
RGB
CMYK
RGB Variations
Color information
#641B17 (or 0x641B17) is known color: Red Oxide. HEX triplet: 64, 1B and 17. RGB value is (100,27,23). Sum of RGB (Red+Green+Blue) = 100+27+23=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #641B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B17 is #9BE4E8. Grayscale: #303030. Windows color (decimal): -10216681 or 1514340. OLE color: 1514340.
HSL color Cylindrical-coordinate representation of color #641B17: hue angle of 3.12º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641B17 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 27 | 23 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.61 |
| HSL | 3.12º | 0.63% | 0.24% | - |
| HSV(B) | 3.12º | 0.77% | 0.39% | - |
| XYZ | 5.8 | 3.56 | 1.19 | - |
| YUV | 48.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 23 | 0 | 0.73 | 0.77 | 0.61 | 3.12 | 0.63 | 0.24 |
| Hex | 64 | 1B | 17 | 0 | 49 | 4D | 3D | 3 | 3F | 18 |
| Octal | 144 | 33 | 27 | 0 | 111 | 115 | 75 | 3 | 77 | 30 |
| Binary | 1100100 | 11011 | 10111 | 0 | 1001001 | 1001101 | 111101 | 11 | 111111 | 11000 |
Color Harmonies of #641B17
Complementary color
Monochromatic Colors of #641B17
Black with #641B17
Text Example
Text Example
White with #641B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B17; }
p { color: rgb(100,27,23); }
H1.HeaderClassName
{
color: #641B17;
}
.AnyTagClassName
{
color: #641B17;
}
</style>
background-color css
<style>
a { background-color: #641B17; }
a { background-color: rgb(100,27,23); }
div.DivClassName
{
background-color: #641B17;
}
.BgClassName
{
background-color: #641B17;
}
</style>
border-color css
<style>
span { border-color: #641B17; }
span { border-color: rgb(100,27,23); }
td.TdClassName
{
border-color: #641B17;
}
.TagClassName
{
border-color: #641B17;
}
</style>