#632946

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

Shades of Pompadour #632946

Tints of Pompadour #632946

Color information

#632946 (or 0x632946) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 46. RGB value is (99,41,70). Sum of RGB (Red+Green+Blue) = 99+41+70=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #632946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632946 is #9CD6B9. Grayscale: #3D3D3D. Windows color (decimal): -10278586 or 4598115. OLE color: 4598115.

HSL color Cylindrical-coordinate representation of color #632946: hue angle of 330º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632946 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB994170-
CMYK00.590.290.61
HSL330º41.43%27.45%-
HSV(B)330º58.59%38.82%-
XYZ7.044.686.33-
YUV61.65132.72154.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=47.14%
G=19.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99417000.590.290.6133041.4327.45
Hex63294603B1D3D14a291b
Octal1435110607335755125133
Binary1100011101001100011001110111110111110110100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632946; }

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

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

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

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

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

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

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

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