#631A48

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

Shades of Pompadour #631A48

Tints of Pompadour #631A48

Color information

#631A48 (or 0x631A48) is unknown color: approx Pompadour. HEX triplet: 63, 1A and 48. RGB value is (99,26,72). Sum of RGB (Red+Green+Blue) = 99+26+72=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #631A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A48 is #9CE5B7. Grayscale: #343434. Windows color (decimal): -10282424 or 4725347. OLE color: 4725347.

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

Color convert

RGB992672-
CMYK00.740.270.61
HSL322.19º58.4%24.51%-
HSV(B)322.19º73.74%38.82%-
XYZ6.683.866.52-
YUV53.07138.68160.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=50.25%
G=13.20%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99267200.740.270.61322.1958.424.51
Hex631A4804A1B3D1423a19
Octal14332110011233755027231
Binary1100011110101001000010010101101111110110100001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,72); }

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

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

 a { background-color: rgb(99,26,72); }

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

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

 span { border-color: rgb(99,26,72); }

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