#632E4C

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

Shades of Pompadour #632E4C

Tints of Pompadour #632E4C

Color information

#632E4C (or 0x632E4C) is unknown color: approx Pompadour. HEX triplet: 63, 2E and 4C. RGB value is (99,46,76). Sum of RGB (Red+Green+Blue) = 99+46+76=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #632E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E4C is #9CD1B3. Grayscale: #414141. Windows color (decimal): -10277300 or 4992611. OLE color: 4992611.

HSL color Cylindrical-coordinate representation of color #632E4C: hue angle of 326.04º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E4C is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB994676-
CMYK00.540.230.61
HSL326.04º36.55%28.43%-
HSV(B)326.04º53.54%38.82%-
XYZ7.435.137.44-
YUV65.27134.06152.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=44.80%
G=20.81%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99467600.540.230.61326.0436.5528.43
Hex632E4C036173D146251c
Octal1435611406627755064534
Binary1100011101110100110001101101011111110110100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632E4C; }

 p { color: rgb(99,46,76); }

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

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

 a { background-color: rgb(99,46,76); }

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

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

 span { border-color: rgb(99,46,76); }

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