Shades of Red Oxide #642626
Tints of Red Oxide #642626
RGB
CMYK
RGB Variations
Color information
#642626 (or 0x642626) is known color: Red Oxide. HEX triplet: 64, 26 and 26. RGB value is (100,38,38). Sum of RGB (Red+Green+Blue) = 100+38+38=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #642626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642626 is #9BD9D9. Grayscale: #383838. Windows color (decimal): -10213850 or 2500196. OLE color: 2500196.
HSL color Cylindrical-coordinate representation of color #642626: hue angle of 0º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642626 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 38 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.61 |
| HSL | 0º | 0.45% | 0.27% | - |
| HSV(B) | 0º | 0.62% | 0.39% | - |
| XYZ | 6.3 | 4.24 | 2.32 | - |
| YUV | 56.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 38 | 0 | 0.62 | 0.62 | 0.61 | 0 | 0.45 | 0.27 |
| Hex | 64 | 26 | 26 | 0 | 3E | 3E | 3D | 0 | 2D | 1B |
| Octal | 144 | 46 | 46 | 0 | 76 | 76 | 75 | 0 | 55 | 33 |
| Binary | 1100100 | 100110 | 100110 | 0 | 111110 | 111110 | 111101 | 0 | 101101 | 11011 |
Color Harmonies of #642626
Complementary color
Monochromatic Colors of #642626
Black with #642626
Text Example
Text Example
White with #642626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642626; }
p { color: rgb(100,38,38); }
H1.HeaderClassName
{
color: #642626;
}
.AnyTagClassName
{
color: #642626;
}
</style>
background-color css
<style>
a { background-color: #642626; }
a { background-color: rgb(100,38,38); }
div.DivClassName
{
background-color: #642626;
}
.BgClassName
{
background-color: #642626;
}
</style>
border-color css
<style>
span { border-color: #642626; }
span { border-color: rgb(100,38,38); }
td.TdClassName
{
border-color: #642626;
}
.TagClassName
{
border-color: #642626;
}
</style>