#632043

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

Shades of Pompadour #632043

Tints of Pompadour #632043

Color information

#632043 (or 0x632043) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 43. RGB value is (99,32,67). Sum of RGB (Red+Green+Blue) = 99+32+67=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #632043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632043 is #9CDFBC. Grayscale: #373737. Windows color (decimal): -10280893 or 4399203. OLE color: 4399203.

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

Color convert

RGB993267-
CMYK00.680.320.61
HSL328.66º51.15%25.69%-
HSV(B)328.66º67.68%38.82%-
XYZ6.684.095.75-
YUV56.02134.2158.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=50%
G=16.16%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99326700.680.320.61328.6651.1525.69
Hex632043044203D149331a
Octal14340103010440755116332
Binary110001110000010000110100010010000011110110100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632043; }

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

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

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

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

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

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

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

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