#632140

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

Shades of Pompadour #632140

Tints of Pompadour #632140

Color information

#632140 (or 0x632140) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 40. RGB value is (99,33,64). Sum of RGB (Red+Green+Blue) = 99+33+64=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #632140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632140 is #9CDEBF. Grayscale: #383838. Windows color (decimal): -10280640 or 4202851. OLE color: 4202851.

HSL color Cylindrical-coordinate representation of color #632140: hue angle of 331.82º 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 #632140 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB993364-
CMYK00.670.350.61
HSL331.82º50%25.88%-
HSV(B)331.82º66.67%38.82%-
XYZ6.614.115.3-
YUV56.27132.37158.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=50.51%
G=16.84%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99336400.670.350.61331.825025.88
Hex632140043233D14c321a
Octal14341100010343755146232
Binary110001110000110000000100001110001111110110100110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632140; }

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

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

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

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

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

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

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

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