#632349

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

Shades of Pompadour #632349

Tints of Pompadour #632349

Color information

#632349 (or 0x632349) is unknown color: approx Pompadour. HEX triplet: 63, 23 and 49. RGB value is (99,35,73). Sum of RGB (Red+Green+Blue) = 99+35+73=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #632349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632349 is #9CDCB6. Grayscale: #3A3A3A. Windows color (decimal): -10280119 or 4793187. OLE color: 4793187.

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

Color convert

RGB993573-
CMYK00.650.260.61
HSL324.38º47.76%26.27%-
HSV(B)324.38º64.65%38.82%-
XYZ6.954.346.77-
YUV58.47136.2156.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=47.83%
G=16.91%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99357300.650.260.61324.3847.7626.27
Hex6323490411A3D144301a
Octal14343111010132755046032
Binary11000111000111001001010000011101011110110100010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632349; }

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

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

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

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

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

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

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

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