#632540

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

Shades of Pompadour #632540

Tints of Pompadour #632540

Color information

#632540 (or 0x632540) is unknown color: approx Pompadour. HEX triplet: 63, 25 and 40. RGB value is (99,37,64). Sum of RGB (Red+Green+Blue) = 99+37+64=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #632540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632540 is #9CDABF. Grayscale: #3A3A3A. Windows color (decimal): -10279616 or 4203875. OLE color: 4203875.

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

Color convert

RGB993764-
CMYK00.630.350.61
HSL333.87º45.59%26.67%-
HSV(B)333.87º62.63%38.82%-
XYZ6.734.355.33-
YUV58.62131.04156.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=49.5%
G=18.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99376400.630.350.61333.8745.5926.67
Hex63254003F233D14e2e1b
Octal1434510007743755165633
Binary11000111001011000000011111110001111110110100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632540; }

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

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

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

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

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

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

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

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