#631A43

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

Shades of Pompadour #631A43

Tints of Pompadour #631A43

Color information

#631A43 (or 0x631A43) is unknown color: approx Pompadour. HEX triplet: 63, 1A and 43. RGB value is (99,26,67). Sum of RGB (Red+Green+Blue) = 99+26+67=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A43 is #9CE5BC. Grayscale: #343434. Windows color (decimal): -10282429 or 4397667. OLE color: 4397667.

HSL color Cylindrical-coordinate representation of color #631A43: hue angle of 326.3º 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 #631A43 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB992667-
CMYK00.740.320.61
HSL326.3º58.4%24.51%-
HSV(B)326.3º73.74%38.82%-
XYZ6.533.85.7-
YUV52.5136.18161.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=51.56%
G=13.54%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99266700.740.320.61326.358.424.51
Hex631A4304A203D1463a19
Octal14332103011240755067231
Binary11000111101010000110100101010000011110110100011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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