#632249

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

Shades of Pompadour #632249

Tints of Pompadour #632249

Color information

#632249 (or 0x632249) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 49. RGB value is (99,34,73). Sum of RGB (Red+Green+Blue) = 99+34+73=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632249 is #9CDDB6. Grayscale: #393939. Windows color (decimal): -10280375 or 4792931. OLE color: 4792931.

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

Color convert

RGB993473-
CMYK00.660.260.61
HSL324º48.87%26.08%-
HSV(B)324º65.66%38.82%-
XYZ6.924.286.76-
YUV57.88136.53157.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=48.06%
G=16.50%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99347300.660.260.6132448.8726.08
Hex6322490421A3D144311a
Octal14342111010232755046132
Binary11000111000101001001010000101101011110110100010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632249; }

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

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

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

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

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

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

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

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