#631547

Color #631547 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #631547

Tints of Pompadour #631547

Color information

#631547 (or 0x631547) is unknown color: approx Pompadour. HEX triplet: 63, 15 and 47. RGB value is (99,21,71). Sum of RGB (Red+Green+Blue) = 99+21+71=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631547 is #9CEAB8. Grayscale: #313131. Windows color (decimal): -10283705 or 4658531. OLE color: 4658531.

HSL color Cylindrical-coordinate representation of color #631547: hue angle of 321.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631547 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB992171-
CMYK00.790.280.61
HSL321.54º65%23.53%-
HSV(B)321.54º78.79%38.82%-
XYZ6.553.646.32-
YUV50.02139.84162.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=51.83%
G=10.99%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99217100.790.280.61321.546523.53
Hex63154704F1C3D1424118
Octal143251070117347550210130
Binary11000111010110001110100111111100111101101000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631547; }

 p { color: rgb(99,21,71); }

 H1.HeaderClassName
 {
   color: #631547;
 }
 .AnyTagClassName
 {
   color: #631547;
 }
</style>
background-color css

<style>
 a { background-color: #631547; }

 a { background-color: rgb(99,21,71); }

 div.DivClassName
 {
   background-color: #631547;
 }
 .BgClassName
 {
   background-color: #631547;
 }
</style>
border-color css

<style>
 span { border-color: #631547; }

 span { border-color: rgb(99,21,71); }

 td.TdClassName
 {
   border-color: #631547;
 }
 .TagClassName
 {
   border-color: #631547;
 }
</style>