#632441

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

Shades of Pompadour #632441

Tints of Pompadour #632441

Color information

#632441 (or 0x632441) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 41. RGB value is (99,36,65). Sum of RGB (Red+Green+Blue) = 99+36+65=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #632441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632441 is #9CDBBE. Grayscale: #3A3A3A. Windows color (decimal): -10279871 or 4269155. OLE color: 4269155.

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

Color convert

RGB993665-
CMYK00.640.340.61
HSL332.38º46.67%26.47%-
HSV(B)332.38º63.64%38.82%-
XYZ6.734.35.48-
YUV58.14131.87157.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=49.5%
G=18%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99366500.640.340.61332.3846.6726.47
Hex632441040223D14c2f1a
Octal14344101010042755145732
Binary110001110010010000010100000010001011110110100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632441; }

 p { color: rgb(99,36,65); }

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

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

 a { background-color: rgb(99,36,65); }

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

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

 span { border-color: rgb(99,36,65); }

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