Shades of Pompadour #63223E
Tints of Pompadour #63223E
RGB
CMYK
RGB Variations
Color information
#63223E (or 0x63223E) is known color: Pompadour. HEX triplet: 63, 22 and 3E. RGB value is (99,34,62). Sum of RGB (Red+Green+Blue) = 99+34+62=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63223E is #9CDDC1. Grayscale: #383838. Windows color (decimal): -10280386 or 4072035. OLE color: 4072035.
HSL color Cylindrical-coordinate representation of color #63223E: hue angle of 334.15º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63223E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 62 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.61 |
| HSL | 334.15º | 0.49% | 0.26% | - |
| HSV(B) | 334.15º | 0.66% | 0.39% | - |
| XYZ | 6.59 | 4.14 | 5.01 | - |
| YUV | 56.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 62 | 0 | 0.66 | 0.37 | 0.61 | 334.15 | 0.49 | 0.26 |
| Hex | 63 | 22 | 3E | 0 | 42 | 25 | 3D | 14E | 31 | 1A |
| Octal | 143 | 42 | 76 | 0 | 102 | 45 | 75 | 516 | 61 | 32 |
| Binary | 1100011 | 100010 | 111110 | 0 | 1000010 | 100101 | 111101 | 101001110 | 110001 | 11010 |
Color Harmonies of #63223E
Complementary color
Monochromatic Colors of #63223E
Black with #63223E
Text Example
Text Example
White with #63223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63223E; }
p { color: rgb(99,34,62); }
H1.HeaderClassName
{
color: #63223E;
}
.AnyTagClassName
{
color: #63223E;
}
</style>
background-color css
<style>
a { background-color: #63223E; }
a { background-color: rgb(99,34,62); }
div.DivClassName
{
background-color: #63223E;
}
.BgClassName
{
background-color: #63223E;
}
</style>
border-color css
<style>
span { border-color: #63223E; }
span { border-color: rgb(99,34,62); }
td.TdClassName
{
border-color: #63223E;
}
.TagClassName
{
border-color: #63223E;
}
</style>