#632942

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

Shades of Pompadour #632942

Tints of Pompadour #632942

Color information

#632942 (or 0x632942) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 42. RGB value is (99,41,66). Sum of RGB (Red+Green+Blue) = 99+41+66=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632942 is #9CD6BD. Grayscale: #3D3D3D. Windows color (decimal): -10278590 or 4335971. OLE color: 4335971.

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

Color convert

RGB994166-
CMYK00.590.330.61
HSL334.14º41.43%27.45%-
HSV(B)334.14º58.59%38.82%-
XYZ6.924.635.68-
YUV61.19130.72154.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=48.06%
G=19.90%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99416600.590.330.61334.1441.4327.45
Hex63294203B213D14e291b
Octal1435110207341755165133
Binary11000111010011000010011101110000111110110100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632942; }

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

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

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

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

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

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

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

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