#632240

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

Shades of Pompadour #632240

Tints of Pompadour #632240

Color information

#632240 (or 0x632240) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 40. RGB value is (99,34,64). Sum of RGB (Red+Green+Blue) = 99+34+64=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #632240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632240 is #9CDDBF. Grayscale: #383838. Windows color (decimal): -10280384 or 4203107. OLE color: 4203107.

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

Color convert

RGB993464-
CMYK00.660.350.61
HSL332.31º48.87%26.08%-
HSV(B)332.31º65.66%38.82%-
XYZ6.644.175.3-
YUV56.86132.03158.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=50.25%
G=17.26%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99346400.660.350.61332.3148.8726.08
Hex632240042233D14c311a
Octal14342100010243755146132
Binary110001110001010000000100001010001111110110100110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632240; }

 p { color: rgb(99,34,64); }

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

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

 a { background-color: rgb(99,34,64); }

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

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

 span { border-color: rgb(99,34,64); }

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