#632442

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

Shades of Pompadour #632442

Tints of Pompadour #632442

Color information

#632442 (or 0x632442) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 42. RGB value is (99,36,66). Sum of RGB (Red+Green+Blue) = 99+36+66=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632442 is #9CDBBD. Grayscale: #3A3A3A. Windows color (decimal): -10279870 or 4334691. OLE color: 4334691.

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

Color convert

RGB993666-
CMYK00.640.330.61
HSL331.43º46.67%26.47%-
HSV(B)331.43º63.64%38.82%-
XYZ6.764.315.63-
YUV58.26132.37157.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=49.25%
G=17.91%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99366600.640.330.61331.4346.6726.47
Hex632442040213D14b2f1a
Octal14344102010041755135732
Binary110001110010010000100100000010000111110110100101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632442; }

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

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

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

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

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

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

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

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