Shades of Pompadour #632343
Tints of Pompadour #632343
RGB
CMYK
RGB Variations
Color information
#632343 (or 0x632343) is known color: Pompadour. HEX triplet: 63, 23 and 43. RGB value is (99,35,67). Sum of RGB (Red+Green+Blue) = 99+35+67=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632343 is #9CDCBC. Grayscale: #393939. Windows color (decimal): -10280125 or 4399971. OLE color: 4399971.
HSL color Cylindrical-coordinate representation of color #632343: hue angle of 330º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632343 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 67 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.61 |
| HSL | 330º | 0.48% | 0.26% | - |
| HSV(B) | 330º | 0.65% | 0.39% | - |
| XYZ | 6.76 | 4.26 | 5.78 | - |
| YUV | 57.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 67 | 0 | 0.65 | 0.32 | 0.61 | 330 | 0.48 | 0.26 |
| Hex | 63 | 23 | 43 | 0 | 41 | 20 | 3D | 14A | 30 | 1A |
| Octal | 143 | 43 | 103 | 0 | 101 | 40 | 75 | 512 | 60 | 32 |
| Binary | 1100011 | 100011 | 1000011 | 0 | 1000001 | 100000 | 111101 | 101001010 | 110000 | 11010 |
Color Harmonies of #632343
Complementary color
Monochromatic Colors of #632343
Black with #632343
Text Example
Text Example
White with #632343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632343; }
p { color: rgb(99,35,67); }
H1.HeaderClassName
{
color: #632343;
}
.AnyTagClassName
{
color: #632343;
}
</style>
background-color css
<style>
a { background-color: #632343; }
a { background-color: rgb(99,35,67); }
div.DivClassName
{
background-color: #632343;
}
.BgClassName
{
background-color: #632343;
}
</style>
border-color css
<style>
span { border-color: #632343; }
span { border-color: rgb(99,35,67); }
td.TdClassName
{
border-color: #632343;
}
.TagClassName
{
border-color: #632343;
}
</style>