Shades of Pompadour #631A3C
Tints of Pompadour #631A3C
RGB
CMYK
RGB Variations
Color information
#631A3C (or 0x631A3C) is known color: Pompadour. HEX triplet: 63, 1A and 3C. RGB value is (99,26,60). Sum of RGB (Red+Green+Blue) = 99+26+60=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A3C is #9CE5C3. Grayscale: #333333. Windows color (decimal): -10282436 or 3938915. OLE color: 3938915.
HSL color Cylindrical-coordinate representation of color #631A3C: hue angle of 332.05º 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 #631A3C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 60 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.61 |
| HSL | 332.05º | 0.58% | 0.25% | - |
| HSV(B) | 332.05º | 0.74% | 0.39% | - |
| XYZ | 6.33 | 3.72 | 4.66 | - |
| YUV | 51.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 60 | 0 | 0.74 | 0.39 | 0.61 | 332.05 | 0.58 | 0.25 |
| Hex | 63 | 1A | 3C | 0 | 4A | 27 | 3D | 14C | 3A | 19 |
| Octal | 143 | 32 | 74 | 0 | 112 | 47 | 75 | 514 | 72 | 31 |
| Binary | 1100011 | 11010 | 111100 | 0 | 1001010 | 100111 | 111101 | 101001100 | 111010 | 11001 |
Color Harmonies of #631A3C
Complementary color
Monochromatic Colors of #631A3C
Black with #631A3C
Text Example
Text Example
White with #631A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A3C; }
p { color: rgb(99,26,60); }
H1.HeaderClassName
{
color: #631A3C;
}
.AnyTagClassName
{
color: #631A3C;
}
</style>
background-color css
<style>
a { background-color: #631A3C; }
a { background-color: rgb(99,26,60); }
div.DivClassName
{
background-color: #631A3C;
}
.BgClassName
{
background-color: #631A3C;
}
</style>
border-color css
<style>
span { border-color: #631A3C; }
span { border-color: rgb(99,26,60); }
td.TdClassName
{
border-color: #631A3C;
}
.TagClassName
{
border-color: #631A3C;
}
</style>