#632243

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

Shades of Pompadour #632243

Tints of Pompadour #632243

Color information

#632243 (or 0x632243) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 43. RGB value is (99,34,67). Sum of RGB (Red+Green+Blue) = 99+34+67=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #632243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632243 is #9CDDBC. Grayscale: #393939. Windows color (decimal): -10280381 or 4399715. OLE color: 4399715.

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

Color convert

RGB993467-
CMYK00.660.320.61
HSL329.54º48.87%26.08%-
HSV(B)329.54º65.66%38.82%-
XYZ6.734.25.77-
YUV57.2133.53157.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=49.5%
G=17%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99346700.660.320.61329.5448.8726.08
Hex632243042203D14a311a
Octal14342103010240755126132
Binary110001110001010000110100001010000011110110100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632243; }

 p { color: rgb(99,34,67); }

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

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

 a { background-color: rgb(99,34,67); }

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

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

 span { border-color: rgb(99,34,67); }

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