#632046

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

Shades of Pompadour #632046

Tints of Pompadour #632046

Color information

#632046 (or 0x632046) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 46. RGB value is (99,32,70). Sum of RGB (Red+Green+Blue) = 99+32+70=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632046 is #9CDFB9. Grayscale: #383838. Windows color (decimal): -10280890 or 4595811. OLE color: 4595811.

HSL color Cylindrical-coordinate representation of color #632046: hue angle of 325.97º 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 #632046 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB993270-
CMYK00.680.290.61
HSL325.97º51.15%25.69%-
HSV(B)325.97º67.68%38.82%-
XYZ6.774.136.23-
YUV56.36135.7158.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=49.25%
G=15.92%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99327000.680.290.61325.9751.1525.69
Hex6320460441D3D146331a
Octal14340106010435755066332
Binary11000111000001000110010001001110111110110100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632046; }

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

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

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

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

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

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

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

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