#631C49

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

Shades of Pompadour #631C49

Tints of Pompadour #631C49

Color information

#631C49 (or 0x631C49) is unknown color: approx Pompadour. HEX triplet: 63, 1C and 49. RGB value is (99,28,73). Sum of RGB (Red+Green+Blue) = 99+28+73=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C49 is #9CE3B6. Grayscale: #363636. Windows color (decimal): -10281911 or 4791395. OLE color: 4791395.

HSL color Cylindrical-coordinate representation of color #631C49: hue angle of 321.97º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C49 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB992873-
CMYK00.720.260.61
HSL321.97º55.91%24.9%-
HSV(B)321.97º71.72%38.82%-
XYZ6.763.966.71-
YUV54.36138.52159.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=49.5%
G=14%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99287300.720.260.61321.9755.9124.9
Hex631C490481A3D1423819
Octal14334111011032755027031
Binary1100011111001001001010010001101011110110100001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C49; }

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

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

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

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

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

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

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

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