#631749

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

Shades of Pompadour #631749

Tints of Pompadour #631749

Color information

#631749 (or 0x631749) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 49. RGB value is (99,23,73). Sum of RGB (Red+Green+Blue) = 99+23+73=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #631749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631749 is #9CE8B6. Grayscale: #333333. Windows color (decimal): -10283191 or 4790115. OLE color: 4790115.

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

Color convert

RGB992373-
CMYK00.770.260.61
HSL320.53º62.3%23.92%-
HSV(B)320.53º76.77%38.82%-
XYZ6.653.756.68-
YUV51.42140.18161.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=50.77%
G=11.79%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99237300.770.260.61320.5362.323.92
Hex63174904D1A3D1413e18
Octal14327111011532755017630
Binary1100011101111001001010011011101011110110100000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631749; }

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

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

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

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

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

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

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

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