#632346

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

Shades of Pompadour #632346

Tints of Pompadour #632346

Color information

#632346 (or 0x632346) is unknown color: approx Pompadour. HEX triplet: 63, 23 and 46. RGB value is (99,35,70). Sum of RGB (Red+Green+Blue) = 99+35+70=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #632346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632346 is #9CDCB9. Grayscale: #3A3A3A. Windows color (decimal): -10280122 or 4596579. OLE color: 4596579.

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

Color convert

RGB993570-
CMYK00.650.290.61
HSL327.19º47.76%26.27%-
HSV(B)327.19º64.65%38.82%-
XYZ6.854.36.26-
YUV58.13134.7157.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=48.53%
G=17.16%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99357000.650.290.61327.1947.7626.27
Hex6323460411D3D147301a
Octal14343106010135755076032
Binary11000111000111000110010000011110111110110100011111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632346; }

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

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

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

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

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

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

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

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