#632149

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

Shades of Pompadour #632149

Tints of Pompadour #632149

Color information

#632149 (or 0x632149) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 49. RGB value is (99,33,73). Sum of RGB (Red+Green+Blue) = 99+33+73=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632149 is #9CDEB6. Grayscale: #393939. Windows color (decimal): -10280631 or 4792675. OLE color: 4792675.

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

Color convert

RGB993373-
CMYK00.670.260.61
HSL323.64º50%25.88%-
HSV(B)323.64º66.67%38.82%-
XYZ6.894.226.75-
YUV57.29136.87157.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=48.29%
G=16.10%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99337300.670.260.61323.645025.88
Hex6321490431A3D144321a
Octal14341111010332755046232
Binary11000111000011001001010000111101011110110100010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632149; }

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

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

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

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

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

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

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

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