Shades of Red Devil #632A2D
Tints of Red Devil #632A2D
RGB
CMYK
RGB Variations
Color information
#632A2D (or 0x632A2D) is known color: Red Devil. HEX triplet: 63, 2A and 2D. RGB value is (99,42,45). Sum of RGB (Red+Green+Blue) = 99+42+45=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #632A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A2D is #9CD5D2. Grayscale: #3B3B3B. Windows color (decimal): -10278355 or 2959971. OLE color: 2959971.
HSL color Cylindrical-coordinate representation of color #632A2D: hue angle of 356.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A2D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 45 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.61 |
| HSL | 356.84º | 0.4% | 0.28% | - |
| HSV(B) | 356.84º | 0.58% | 0.39% | - |
| XYZ | 6.45 | 4.5 | 3.01 | - |
| YUV | 59.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 45 | 0 | 0.58 | 0.55 | 0.61 | 356.84 | 0.4 | 0.28 |
| Hex | 63 | 2A | 2D | 0 | 3A | 37 | 3D | 165 | 28 | 1C |
| Octal | 143 | 52 | 55 | 0 | 72 | 67 | 75 | 545 | 50 | 34 |
| Binary | 1100011 | 101010 | 101101 | 0 | 111010 | 110111 | 111101 | 101100101 | 101000 | 11100 |
Color Harmonies of #632A2D
Complementary color
Monochromatic Colors of #632A2D
Black with #632A2D
Text Example
Text Example
White with #632A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A2D; }
p { color: rgb(99,42,45); }
H1.HeaderClassName
{
color: #632A2D;
}
.AnyTagClassName
{
color: #632A2D;
}
</style>
background-color css
<style>
a { background-color: #632A2D; }
a { background-color: rgb(99,42,45); }
div.DivClassName
{
background-color: #632A2D;
}
.BgClassName
{
background-color: #632A2D;
}
</style>
border-color css
<style>
span { border-color: #632A2D; }
span { border-color: rgb(99,42,45); }
td.TdClassName
{
border-color: #632A2D;
}
.TagClassName
{
border-color: #632A2D;
}
</style>