Shades of Red Oxide #641C09
Tints of Red Oxide #641C09
RGB
CMYK
RGB Variations
Color information
#641C09 (or 0x641C09) is known color: Red Oxide. HEX triplet: 64, 1C and 09. RGB value is (100,28,9). Sum of RGB (Red+Green+Blue) = 100+28+9=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #641C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C09 is #9BE3F6. Grayscale: #2F2F2F. Windows color (decimal): -10216439 or 597092. OLE color: 597092.
HSL color Cylindrical-coordinate representation of color #641C09: hue angle of 12.53º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #641C09 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 28 | 9 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.61 |
| HSL | 12.53º | 0.83% | 0.21% | - |
| HSV(B) | 12.53º | 0.91% | 0.39% | - |
| XYZ | 5.72 | 3.56 | 0.64 | - |
| YUV | 47.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 9 | 0 | 0.72 | 0.91 | 0.61 | 12.53 | 0.83 | 0.21 |
| Hex | 64 | 1C | 9 | 0 | 48 | 5B | 3D | D | 53 | 15 |
| Octal | 144 | 34 | 11 | 0 | 110 | 133 | 75 | 15 | 123 | 25 |
| Binary | 1100100 | 11100 | 1001 | 0 | 1001000 | 1011011 | 111101 | 1101 | 1010011 | 10101 |
Color Harmonies of #641C09
Complementary color
Monochromatic Colors of #641C09
Black with #641C09
Text Example
Text Example
White with #641C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641C09; }
p { color: rgb(100,28,9); }
H1.HeaderClassName
{
color: #641C09;
}
.AnyTagClassName
{
color: #641C09;
}
</style>
background-color css
<style>
a { background-color: #641C09; }
a { background-color: rgb(100,28,9); }
div.DivClassName
{
background-color: #641C09;
}
.BgClassName
{
background-color: #641C09;
}
</style>
border-color css
<style>
span { border-color: #641C09; }
span { border-color: rgb(100,28,9); }
td.TdClassName
{
border-color: #641C09;
}
.TagClassName
{
border-color: #641C09;
}
</style>