#632B49

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

Shades of Pompadour #632B49

Tints of Pompadour #632B49

Color information

#632B49 (or 0x632B49) is unknown color: approx Pompadour. HEX triplet: 63, 2B and 49. RGB value is (99,43,73). Sum of RGB (Red+Green+Blue) = 99+43+73=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #632B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B49 is #9CD4B6. Grayscale: #3F3F3F. Windows color (decimal): -10278071 or 4795235. OLE color: 4795235.

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

Color convert

RGB994373-
CMYK00.570.260.61
HSL327.86º39.44%27.84%-
HSV(B)327.86º56.57%38.82%-
XYZ7.214.866.86-
YUV63.16133.55153.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=46.05%
G=20%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99437300.570.260.61327.8639.4427.84
Hex632B490391A3D148271c
Octal1435311107132755104734
Binary1100011101011100100101110011101011110110100100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,43,73); }

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

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

 a { background-color: rgb(99,43,73); }

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

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

 span { border-color: rgb(99,43,73); }

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