#631941

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

Shades of Pompadour #631941

Tints of Pompadour #631941

Color information

#631941 (or 0x631941) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 41. RGB value is (99,25,65). Sum of RGB (Red+Green+Blue) = 99+25+65=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #631941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631941 is #9CE6BE. Grayscale: #333333. Windows color (decimal): -10282687 or 4266339. OLE color: 4266339.

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

Color convert

RGB992565-
CMYK00.750.340.61
HSL327.57º59.68%24.31%-
HSV(B)327.57º74.75%38.82%-
XYZ6.453.735.38-
YUV51.69135.52161.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.38%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=52.38%
G=13.23%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99256500.750.340.61327.5759.6824.31
Hex63194104B223D1483c18
Octal14331101011342755107430
Binary11000111100110000010100101110001011110110100100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631941; }

 p { color: rgb(99,25,65); }

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

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

 a { background-color: rgb(99,25,65); }

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

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

 span { border-color: rgb(99,25,65); }

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