#632849

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

Shades of Pompadour #632849

Tints of Pompadour #632849

Color information

#632849 (or 0x632849) is unknown color: approx Pompadour. HEX triplet: 63, 28 and 49. RGB value is (99,40,73). Sum of RGB (Red+Green+Blue) = 99+40+73=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #632849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632849 is #9CD7B6. Grayscale: #3D3D3D. Windows color (decimal): -10278839 or 4794467. OLE color: 4794467.

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

Color convert

RGB994073-
CMYK00.600.260.61
HSL326.44º42.45%27.25%-
HSV(B)326.44º59.6%38.82%-
XYZ7.114.656.83-
YUV61.4134.55154.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=46.70%
G=18.87%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99407300.600.260.61326.4442.4527.25
Hex63284903C1A3D1462a1b
Octal1435011107432755065233
Binary1100011101000100100101111001101011110110100011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632849; }

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

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

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

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

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

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

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

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