Shades of Pompadour #63223C
Tints of Pompadour #63223C
RGB
CMYK
RGB Variations
Color information
#63223C (or 0x63223C) is known color: Pompadour. HEX triplet: 63, 22 and 3C. RGB value is (99,34,60). Sum of RGB (Red+Green+Blue) = 99+34+60=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63223C is #9CDDC3. Grayscale: #383838. Windows color (decimal): -10280388 or 3940963. OLE color: 3940963.
HSL color Cylindrical-coordinate representation of color #63223C: hue angle of 336º 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 #63223C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 60 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.61 |
| HSL | 336º | 0.49% | 0.26% | - |
| HSV(B) | 336º | 0.66% | 0.39% | - |
| XYZ | 6.53 | 4.12 | 4.73 | - |
| YUV | 56.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 60 | 0 | 0.66 | 0.39 | 0.61 | 336 | 0.49 | 0.26 |
| Hex | 63 | 22 | 3C | 0 | 42 | 27 | 3D | 150 | 31 | 1A |
| Octal | 143 | 42 | 74 | 0 | 102 | 47 | 75 | 520 | 61 | 32 |
| Binary | 1100011 | 100010 | 111100 | 0 | 1000010 | 100111 | 111101 | 101010000 | 110001 | 11010 |
Color Harmonies of #63223C
Complementary color
Monochromatic Colors of #63223C
Black with #63223C
Text Example
Text Example
White with #63223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63223C; }
p { color: rgb(99,34,60); }
H1.HeaderClassName
{
color: #63223C;
}
.AnyTagClassName
{
color: #63223C;
}
</style>
background-color css
<style>
a { background-color: #63223C; }
a { background-color: rgb(99,34,60); }
div.DivClassName
{
background-color: #63223C;
}
.BgClassName
{
background-color: #63223C;
}
</style>
border-color css
<style>
span { border-color: #63223C; }
span { border-color: rgb(99,34,60); }
td.TdClassName
{
border-color: #63223C;
}
.TagClassName
{
border-color: #63223C;
}
</style>