Shades of Red Oxide #632826
Tints of Red Oxide #632826
RGB
CMYK
RGB Variations
Color information
#632826 (or 0x632826) is known color: Red Oxide. HEX triplet: 63, 28 and 26. RGB value is (99,40,38). Sum of RGB (Red+Green+Blue) = 99+40+38=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #632826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632826 is #9CD7D9. Grayscale: #393939. Windows color (decimal): -10278874 or 2500707. OLE color: 2500707.
HSL color Cylindrical-coordinate representation of color #632826: hue angle of 1.97º 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 #632826 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 38 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.61 |
| HSL | 1.97º | 0.45% | 0.27% | - |
| HSV(B) | 1.97º | 0.62% | 0.39% | - |
| XYZ | 6.25 | 4.31 | 2.34 | - |
| YUV | 57.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 38 | 0 | 0.60 | 0.62 | 0.61 | 1.97 | 0.45 | 0.27 |
| Hex | 63 | 28 | 26 | 0 | 3C | 3E | 3D | 2 | 2D | 1B |
| Octal | 143 | 50 | 46 | 0 | 74 | 76 | 75 | 2 | 55 | 33 |
| Binary | 1100011 | 101000 | 100110 | 0 | 111100 | 111110 | 111101 | 10 | 101101 | 11011 |
Color Harmonies of #632826
Complementary color
Monochromatic Colors of #632826
Black with #632826
Text Example
Text Example
White with #632826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632826; }
p { color: rgb(99,40,38); }
H1.HeaderClassName
{
color: #632826;
}
.AnyTagClassName
{
color: #632826;
}
</style>
background-color css
<style>
a { background-color: #632826; }
a { background-color: rgb(99,40,38); }
div.DivClassName
{
background-color: #632826;
}
.BgClassName
{
background-color: #632826;
}
</style>
border-color css
<style>
span { border-color: #632826; }
span { border-color: rgb(99,40,38); }
td.TdClassName
{
border-color: #632826;
}
.TagClassName
{
border-color: #632826;
}
</style>