#632147

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

Shades of Pompadour #632147

Tints of Pompadour #632147

Color information

#632147 (or 0x632147) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 47. RGB value is (99,33,71). Sum of RGB (Red+Green+Blue) = 99+33+71=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #632147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632147 is #9CDEB8. Grayscale: #383838. Windows color (decimal): -10280633 or 4661603. OLE color: 4661603.

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

Color convert

RGB993371-
CMYK00.670.280.61
HSL325.45º50%25.88%-
HSV(B)325.45º66.67%38.82%-
XYZ6.834.26.41-
YUV57.07135.87157.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=48.77%
G=16.26%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99337100.670.280.61325.455025.88
Hex6321470431C3D145321a
Octal14341107010334755056232
Binary11000111000011000111010000111110011110110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632147; }

 p { color: rgb(99,33,71); }

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

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

 a { background-color: rgb(99,33,71); }

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

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

 span { border-color: rgb(99,33,71); }

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