#631A46

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

Shades of Pompadour #631A46

Tints of Pompadour #631A46

Color information

#631A46 (or 0x631A46) is unknown color: approx Pompadour. HEX triplet: 63, 1A and 46. RGB value is (99,26,70). Sum of RGB (Red+Green+Blue) = 99+26+70=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #631A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A46 is #9CE5B9. Grayscale: #343434. Windows color (decimal): -10282426 or 4594275. OLE color: 4594275.

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

Color convert

RGB992670-
CMYK00.740.290.61
HSL323.84º58.4%24.51%-
HSV(B)323.84º73.74%38.82%-
XYZ6.623.836.19-
YUV52.84137.68160.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=50.77%
G=13.33%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99267000.740.290.61323.8458.424.51
Hex631A4604A1D3D1443a19
Octal14332106011235755047231
Binary1100011110101000110010010101110111110110100010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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