Shades of Red Oxide #632523
Tints of Red Oxide #632523
RGB
CMYK
RGB Variations
Color information
#632523 (or 0x632523) is known color: Red Oxide. HEX triplet: 63, 25 and 23. RGB value is (99,37,35). Sum of RGB (Red+Green+Blue) = 99+37+35=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632523 is #9CDADC. Grayscale: #373737. Windows color (decimal): -10279645 or 2303331. OLE color: 2303331.
HSL color Cylindrical-coordinate representation of color #632523: hue angle of 1.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632523 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 35 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.61 |
| HSL | 1.88º | 0.48% | 0.26% | - |
| HSV(B) | 1.88º | 0.65% | 0.39% | - |
| XYZ | 6.11 | 4.1 | 2.06 | - |
| YUV | 55.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 35 | 0 | 0.63 | 0.65 | 0.61 | 1.88 | 0.48 | 0.26 |
| Hex | 63 | 25 | 23 | 0 | 3F | 41 | 3D | 2 | 30 | 1A |
| Octal | 143 | 45 | 43 | 0 | 77 | 101 | 75 | 2 | 60 | 32 |
| Binary | 1100011 | 100101 | 100011 | 0 | 111111 | 1000001 | 111101 | 10 | 110000 | 11010 |
Color Harmonies of #632523
Complementary color
Monochromatic Colors of #632523
Black with #632523
Text Example
Text Example
White with #632523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632523; }
p { color: rgb(99,37,35); }
H1.HeaderClassName
{
color: #632523;
}
.AnyTagClassName
{
color: #632523;
}
</style>
background-color css
<style>
a { background-color: #632523; }
a { background-color: rgb(99,37,35); }
div.DivClassName
{
background-color: #632523;
}
.BgClassName
{
background-color: #632523;
}
</style>
border-color css
<style>
span { border-color: #632523; }
span { border-color: rgb(99,37,35); }
td.TdClassName
{
border-color: #632523;
}
.TagClassName
{
border-color: #632523;
}
</style>