Shades of Pompadour #63243F
Tints of Pompadour #63243F
RGB
CMYK
RGB Variations
Color information
#63243F (or 0x63243F) is known color: Pompadour. HEX triplet: 63, 24 and 3F. RGB value is (99,36,63). Sum of RGB (Red+Green+Blue) = 99+36+63=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63243F is #9CDBC0. Grayscale: #393939. Windows color (decimal): -10279873 or 4138083. OLE color: 4138083.
HSL color Cylindrical-coordinate representation of color #63243F: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63243F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 36 | 63 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.61 |
| HSL | 334.29º | 0.47% | 0.26% | - |
| HSV(B) | 334.29º | 0.64% | 0.39% | - |
| XYZ | 6.67 | 4.27 | 5.18 | - |
| YUV | 57.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 63 | 0 | 0.64 | 0.36 | 0.61 | 334.29 | 0.47 | 0.26 |
| Hex | 63 | 24 | 3F | 0 | 40 | 24 | 3D | 14E | 2F | 1A |
| Octal | 143 | 44 | 77 | 0 | 100 | 44 | 75 | 516 | 57 | 32 |
| Binary | 1100011 | 100100 | 111111 | 0 | 1000000 | 100100 | 111101 | 101001110 | 101111 | 11010 |
Color Harmonies of #63243F
Complementary color
Monochromatic Colors of #63243F
Black with #63243F
Text Example
Text Example
White with #63243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63243F; }
p { color: rgb(99,36,63); }
H1.HeaderClassName
{
color: #63243F;
}
.AnyTagClassName
{
color: #63243F;
}
</style>
background-color css
<style>
a { background-color: #63243F; }
a { background-color: rgb(99,36,63); }
div.DivClassName
{
background-color: #63243F;
}
.BgClassName
{
background-color: #63243F;
}
</style>
border-color css
<style>
span { border-color: #63243F; }
span { border-color: rgb(99,36,63); }
td.TdClassName
{
border-color: #63243F;
}
.TagClassName
{
border-color: #63243F;
}
</style>