#632340

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

Shades of Pompadour #632340

Tints of Pompadour #632340

Color information

#632340 (or 0x632340) is unknown color: approx Pompadour. HEX triplet: 63, 23 and 40. RGB value is (99,35,64). Sum of RGB (Red+Green+Blue) = 99+35+64=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #632340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632340 is #9CDCBF. Grayscale: #393939. Windows color (decimal): -10280128 or 4203363. OLE color: 4203363.

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

Color convert

RGB993564-
CMYK00.650.350.61
HSL332.81º47.76%26.27%-
HSV(B)332.81º64.65%38.82%-
XYZ6.674.225.31-
YUV57.44131.7157.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=50%
G=17.68%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99356400.650.350.61332.8147.7626.27
Hex632340041233D14d301a
Octal14343100010143755156032
Binary110001110001110000000100000110001111110110100110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632340; }

 p { color: rgb(99,35,64); }

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

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

 a { background-color: rgb(99,35,64); }

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

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

 span { border-color: rgb(99,35,64); }

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