#631849

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

Shades of Pompadour #631849

Tints of Pompadour #631849

Color information

#631849 (or 0x631849) is unknown color: approx Pompadour. HEX triplet: 63, 18 and 49. RGB value is (99,24,73). Sum of RGB (Red+Green+Blue) = 99+24+73=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #631849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631849 is #9CE7B6. Grayscale: #333333. Windows color (decimal): -10282935 or 4790371. OLE color: 4790371.

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

Color convert

RGB992473-
CMYK00.760.260.61
HSL320.8º60.98%24.12%-
HSV(B)320.8º75.76%38.82%-
XYZ6.673.796.68-
YUV52.01139.85161.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=50.51%
G=12.24%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99247300.760.260.61320.860.9824.12
Hex63184904C1A3D1413d18
Octal14330111011432755017530
Binary1100011110001001001010011001101011110110100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631849; }

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

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

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

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

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

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

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

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