Shades of Pompadour #63263F
Tints of Pompadour #63263F
RGB
CMYK
RGB Variations
Color information
#63263F (or 0x63263F) is known color: Pompadour. HEX triplet: 63, 26 and 3F. RGB value is (99,38,63). Sum of RGB (Red+Green+Blue) = 99+38+63=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63263F is #9CD9C0. Grayscale: #3B3B3B. Windows color (decimal): -10279361 or 4138595. OLE color: 4138595.
HSL color Cylindrical-coordinate representation of color #63263F: hue angle of 335.41º 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 #63263F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 63 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.61 |
| HSL | 335.41º | 0.45% | 0.27% | - |
| HSV(B) | 335.41º | 0.62% | 0.39% | - |
| XYZ | 6.74 | 4.4 | 5.2 | - |
| YUV | 59.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 63 | 0 | 0.62 | 0.36 | 0.61 | 335.41 | 0.45 | 0.27 |
| Hex | 63 | 26 | 3F | 0 | 3E | 24 | 3D | 14F | 2D | 1B |
| Octal | 143 | 46 | 77 | 0 | 76 | 44 | 75 | 517 | 55 | 33 |
| Binary | 1100011 | 100110 | 111111 | 0 | 111110 | 100100 | 111101 | 101001111 | 101101 | 11011 |
Color Harmonies of #63263F
Complementary color
Monochromatic Colors of #63263F
Black with #63263F
Text Example
Text Example
White with #63263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63263F; }
p { color: rgb(99,38,63); }
H1.HeaderClassName
{
color: #63263F;
}
.AnyTagClassName
{
color: #63263F;
}
</style>
background-color css
<style>
a { background-color: #63263F; }
a { background-color: rgb(99,38,63); }
div.DivClassName
{
background-color: #63263F;
}
.BgClassName
{
background-color: #63263F;
}
</style>
border-color css
<style>
span { border-color: #63263F; }
span { border-color: rgb(99,38,63); }
td.TdClassName
{
border-color: #63263F;
}
.TagClassName
{
border-color: #63263F;
}
</style>