#632047

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

Shades of Pompadour #632047

Tints of Pompadour #632047

Color information

#632047 (or 0x632047) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 47. RGB value is (99,32,71). Sum of RGB (Red+Green+Blue) = 99+32+71=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632047 is #9CDFB8. Grayscale: #383838. Windows color (decimal): -10280889 or 4661347. OLE color: 4661347.

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

Color convert

RGB993271-
CMYK00.680.280.61
HSL325.07º51.15%25.69%-
HSV(B)325.07º67.68%38.82%-
XYZ6.84.146.4-
YUV56.48136.2158.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=49.01%
G=15.84%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99327100.680.280.61325.0751.1525.69
Hex6320470441C3D145331a
Octal14340107010434755056332
Binary11000111000001000111010001001110011110110100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632047; }

 p { color: rgb(99,32,71); }

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

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

 a { background-color: rgb(99,32,71); }

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

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

 span { border-color: rgb(99,32,71); }

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