#631349

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

Shades of Pompadour #631349

Tints of Pompadour #631349

Color information

#631349 (or 0x631349) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 49. RGB value is (99,19,73). Sum of RGB (Red+Green+Blue) = 99+19+73=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631349 is #9CECB6. Grayscale: #303030. Windows color (decimal): -10284215 or 4789091. OLE color: 4789091.

HSL color Cylindrical-coordinate representation of color #631349: hue angle of 319.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631349 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB991973-
CMYK00.810.260.61
HSL319.5º67.8%23.14%-
HSV(B)319.5º80.81%38.82%-
XYZ6.583.66.65-
YUV49.08141.5163.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=51.83%
G=9.95%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99197300.810.260.61319.567.823.14
Hex6313490511A3D1404417
Octal143231110121327550010427
Binary11000111001110010010101000111010111101101000000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631349; }

 p { color: rgb(99,19,73); }

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

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

 a { background-color: rgb(99,19,73); }

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

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

 span { border-color: rgb(99,19,73); }

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