Shades of Pompadour #631A3A
Tints of Pompadour #631A3A
RGB
CMYK
RGB Variations
Color information
#631A3A (or 0x631A3A) is known color: Pompadour. HEX triplet: 63, 1A and 3A. RGB value is (99,26,58). Sum of RGB (Red+Green+Blue) = 99+26+58=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #631A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A3A is #9CE5C5. Grayscale: #333333. Windows color (decimal): -10282438 or 3807843. OLE color: 3807843.
HSL color Cylindrical-coordinate representation of color #631A3A: hue angle of 333.7º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A3A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 58 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.61 |
| HSL | 333.7º | 0.58% | 0.25% | - |
| HSV(B) | 333.7º | 0.74% | 0.39% | - |
| XYZ | 6.28 | 3.7 | 4.39 | - |
| YUV | 51.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 58 | 0 | 0.74 | 0.41 | 0.61 | 333.7 | 0.58 | 0.25 |
| Hex | 63 | 1A | 3A | 0 | 4A | 29 | 3D | 14E | 3A | 19 |
| Octal | 143 | 32 | 72 | 0 | 112 | 51 | 75 | 516 | 72 | 31 |
| Binary | 1100011 | 11010 | 111010 | 0 | 1001010 | 101001 | 111101 | 101001110 | 111010 | 11001 |
Color Harmonies of #631A3A
Complementary color
Monochromatic Colors of #631A3A
Black with #631A3A
Text Example
Text Example
White with #631A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A3A; }
p { color: rgb(99,26,58); }
H1.HeaderClassName
{
color: #631A3A;
}
.AnyTagClassName
{
color: #631A3A;
}
</style>
background-color css
<style>
a { background-color: #631A3A; }
a { background-color: rgb(99,26,58); }
div.DivClassName
{
background-color: #631A3A;
}
.BgClassName
{
background-color: #631A3A;
}
</style>
border-color css
<style>
span { border-color: #631A3A; }
span { border-color: rgb(99,26,58); }
td.TdClassName
{
border-color: #631A3A;
}
.TagClassName
{
border-color: #631A3A;
}
</style>