#632642

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

Shades of Pompadour #632642

Tints of Pompadour #632642

Color information

#632642 (or 0x632642) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 42. RGB value is (99,38,66). Sum of RGB (Red+Green+Blue) = 99+38+66=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #632642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632642 is #9CD9BD. Grayscale: #3B3B3B. Windows color (decimal): -10279358 or 4335203. OLE color: 4335203.

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

Color convert

RGB993866-
CMYK00.620.330.61
HSL332.46º44.53%26.86%-
HSV(B)332.46º61.62%38.82%-
XYZ6.824.435.65-
YUV59.43131.71156.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=48.77%
G=18.72%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99386600.620.330.61332.4644.5326.86
Hex63264203E213D14c2d1b
Octal1434610207641755145533
Binary11000111001101000010011111010000111110110100110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632642; }

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

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

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

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

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

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

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

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