Shades of Red Devil #63272A
Tints of Red Devil #63272A
RGB
CMYK
RGB Variations
Color information
#63272A (or 0x63272A) is known color: Red Devil. HEX triplet: 63, 27 and 2A. RGB value is (99,39,42). Sum of RGB (Red+Green+Blue) = 99+39+42=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63272A is #9CD8D5. Grayscale: #393939. Windows color (decimal): -10279126 or 2762595. OLE color: 2762595.
HSL color Cylindrical-coordinate representation of color #63272A: hue angle of 357º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63272A is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 39 | 42 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.61 |
| HSL | 357º | 0.43% | 0.27% | - |
| HSV(B) | 357º | 0.61% | 0.39% | - |
| XYZ | 6.29 | 4.27 | 2.68 | - |
| YUV | 57.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 42 | 0 | 0.61 | 0.58 | 0.61 | 357 | 0.43 | 0.27 |
| Hex | 63 | 27 | 2A | 0 | 3D | 3A | 3D | 165 | 2B | 1B |
| Octal | 143 | 47 | 52 | 0 | 75 | 72 | 75 | 545 | 53 | 33 |
| Binary | 1100011 | 100111 | 101010 | 0 | 111101 | 111010 | 111101 | 101100101 | 101011 | 11011 |
Color Harmonies of #63272A
Complementary color
Monochromatic Colors of #63272A
Black with #63272A
Text Example
Text Example
White with #63272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63272A; }
p { color: rgb(99,39,42); }
H1.HeaderClassName
{
color: #63272A;
}
.AnyTagClassName
{
color: #63272A;
}
</style>
background-color css
<style>
a { background-color: #63272A; }
a { background-color: rgb(99,39,42); }
div.DivClassName
{
background-color: #63272A;
}
.BgClassName
{
background-color: #63272A;
}
</style>
border-color css
<style>
span { border-color: #63272A; }
span { border-color: rgb(99,39,42); }
td.TdClassName
{
border-color: #63272A;
}
.TagClassName
{
border-color: #63272A;
}
</style>